tox: Add a pyinstaller env
This commit is contained in:
parent
485af2dde7
commit
1bf15a053d
10
tox.ini
10
tox.ini
@ -208,6 +208,16 @@ commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envpython} scripts/dev/freeze.py {posargs}
|
||||
|
||||
[testenv:pyinstaller]
|
||||
basepython = python3
|
||||
-skip_install = true
|
||||
deps =
|
||||
-r{toxinidir}/requirements.txt
|
||||
PyInstaller==3.1.1
|
||||
commands =
|
||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||
{envbindir}/pyinstaller --noconfirm misc/qutebrowser.spec
|
||||
|
||||
[testenv:eslint]
|
||||
skip_install = True
|
||||
deps =
|
||||
|
Loading…
Reference in New Issue
Block a user