Revert accidental basepython change in tox.ini.
This commit is contained in:
parent
985c067f90
commit
edc74657ad
2
tox.ini
2
tox.ini
@ -45,7 +45,7 @@ commands =
|
|||||||
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw -m 'integration' {posargs:tests}
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
basepython = python3.5
|
basepython = python3
|
||||||
commands = {envpython} scripts/link_pyqt.py --tox {envdir}
|
commands = {envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
envdir = {toxinidir}/.venv
|
envdir = {toxinidir}/.venv
|
||||||
usedevelop = true
|
usedevelop = true
|
||||||
|
Loading…
Reference in New Issue
Block a user