tox: Update CherryPy to 5.2.0

This commit is contained in:
Florian Bruhin 2016-04-30 17:46:38 +02:00
parent 43d898aa63
commit ccdd832cbc

View File

@ -44,7 +44,7 @@ deps =
vulture==0.8.1
Werkzeug==0.11.9
wheel==0.29.0
cherrypy==5.1.0
cherrypy==5.2.0
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pytest {posargs:tests}