feat(tox): Add more python versions to test against
This commit is contained in:
parent
7eb136cb97
commit
3115f9d6e9
1 changed files with 3 additions and 5 deletions
8
tox.ini
8
tox.ini
|
@ -1,5 +1,5 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py37
|
envlist = py35,py36,py37
|
||||||
requires = tox-conda
|
requires = tox-conda
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
@ -26,11 +26,9 @@ whitelist_externals =
|
||||||
cmd
|
cmd
|
||||||
conda_channels =
|
conda_channels =
|
||||||
conda-forge
|
conda-forge
|
||||||
extras =
|
|
||||||
dev
|
|
||||||
commands =
|
commands =
|
||||||
python build_gui.py
|
python build_gui.py
|
||||||
pip install .[dev]
|
pip install .
|
||||||
python -m nuitka --plugin-enable=multiprocessing --remove-output --plugin-enable=qt-plugins --standalone --assume-yes-for-downloads --follow-imports --output-dir=exe ed_lrr_gui\__main__.py
|
python -m nuitka --plugin-enable=multiprocessing --remove-output --plugin-enable=qt-plugins --standalone --assume-yes-for-downloads --follow-imports --output-dir=exe ed_lrr_gui\__main__.py
|
||||||
cmd /c rename exe\__main__.dist\__main__.exe ED_LRR.exe
|
cmd /c rename exe\__main__.dist\__main__.exe ED_LRR.exe
|
||||||
iscc /QP installer/ED_LRR.iss
|
iscc /F"ED_LRR_{envname}" /Qp installer/ED_LRR.iss
|
Loading…
Reference in a new issue