ED_LRR/tox.ini

34 lines
786 B
INI

[tox]
envlist = py35,py36,py37
requires = tox-conda
[testenv]
description = Build ED_LRR
recreate = True
skip_install = True
skipsdist = True
deps =
PyQt5
setuptools_rust
conda_deps =
pycrypto
nuitka
passenv =
CARGO_HOME
RUSTUP_HOME
INCLUDE
LIB
MSSdk
DISTUTILS_USE_SDK
whitelist_externals =
cargo
iscc
cmd
conda_channels =
conda-forge
commands =
python build_gui.py
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
cmd /c rename exe\__main__.dist\__main__.exe ED_LRR.exe
iscc /F"ED_LRR_{envname}" /Qp installer/ED_LRR.iss