tox: Update setuptools in cxfreeze-windows env

In 43a4a6a3e7 we added
pkg_resources._vendor.pyparsing to the frozen modules - however, older
setuptools (and thus pkg_resources) versions don't have that module yet,
so freezing would fail.
This commit is contained in:
Florian Bruhin 2016-04-04 19:03:13 +02:00
parent 910adaf097
commit 1d89ea397a

View File

@ -215,6 +215,7 @@ deps =
-r{toxinidir}/requirements.txt
cx_Freeze==4.3.4
commands =
{envpython} -m pip install -U setuptools
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} scripts/dev/freeze.py {posargs}