From 0a3844a3beaa8d79fe1e813d240f8a82e3081ebf Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 5 Oct 2015 20:35:44 +0200 Subject: [PATCH] tox: Don't set basepython for [testenv]. Otherwise this'd override basepython for any testenv (py34/py35) to use the installed /usr/bin/python3. Closes #1001. --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index ddda3b36a..b36370d95 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ envlist = py34,misc,pep257,pyflakes,pep8,mccabe,pylint,pyroma,check-manifest [testenv] # https://bitbucket.org/hpk42/tox/issue/246/ - only needed for Windows though -basepython = python3 setenv = QT_QPA_PLATFORM_PLUGIN_PATH={envdir}/Lib/site-packages/PyQt5/plugins/platforms PYTEST_QT_API=pyqt5