From edc74657ad92a7d36618d9f59c2173fa3b5ea539 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 30 Sep 2015 06:37:00 +0200 Subject: [PATCH] Revert accidental basepython change in tox.ini. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 39ab996db..3bb1bbeda 100644 --- a/tox.ini +++ b/tox.ini @@ -45,7 +45,7 @@ commands = {envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests} [testenv:mkvenv] -basepython = python3.5 +basepython = python3 commands = {envpython} scripts/link_pyqt.py --tox {envdir} envdir = {toxinidir}/.venv usedevelop = true