Revert accidental basepython change in tox.ini.

This commit is contained in:
Florian Bruhin 2015-09-30 06:37:00 +02:00
parent 985c067f90
commit edc74657ad

View File

@ -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