Fix PyQt5 version in tox.ini

This commit is contained in:
Florian Bruhin 2017-03-13 09:11:22 +01:00
parent f50485420a
commit 3a88b70eca

View File

@ -108,7 +108,7 @@ setenv =
passenv = {[testenv]passenv}
deps =
{[testenv]deps}
PyQt5==5.8.0
PyQt5==5.8.1.1
commands = {envpython} scripts/dev/run_pytest.py {posargs:tests}
# other envs