tox: Reduce dependencies for cxfreeze-windows.

This commit is contained in:
Florian Bruhin 2015-09-11 19:43:29 +02:00
parent e11fcda240
commit 7a32bbd955

View File

@ -201,7 +201,9 @@ commands =
# fail if we didn't have a fallback defined.
basepython = {env:PYTHON:}/python.exe
skip_install = true
deps = {[testenv:smoke-frozen]deps}
deps =
-r{toxinidir}/requirements.txt
cx_Freeze==4.3.4
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} scripts/dev/freeze.py {posargs}