tox: Reduce dependencies for cxfreeze-windows.
This commit is contained in:
parent
e11fcda240
commit
7a32bbd955
4
tox.ini
4
tox.ini
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user