tox: Update PyQt5 to 5.8.2

This commit is contained in:
Florian Bruhin 2017-03-31 10:10:55 +02:00
parent 3b351d9066
commit 134155480e

View File

@ -97,7 +97,7 @@ setenv =
passenv = {[testenv]passenv}
deps =
{[testenv]deps}
PyQt5==5.8.1.1
PyQt5==5.8.2
commands = {envpython} -bb -m pytest {posargs:tests}
[testenv:py36-pyqt58]
@ -108,7 +108,7 @@ setenv =
passenv = {[testenv]passenv}
deps =
{[testenv]deps}
PyQt5==5.8.1.1
PyQt5==5.8.2
commands = {envpython} -bb -m pytest {posargs:tests}
# other envs