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/link_pyqt.py --tox {envdir}
|
||||||
{envpython} scripts/dev/freeze.py {posargs}
|
{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]
|
[testenv:eslint]
|
||||||
skip_install = True
|
skip_install = True
|
||||||
deps =
|
deps =
|
||||||
|
Loading…
Reference in New Issue
Block a user