30 lines
577 B
INI
30 lines
577 B
INI
[tox]
|
|
envlist = py37
|
|
requires = tox-conda
|
|
|
|
[testenv]
|
|
recreate = True
|
|
skip_install = True
|
|
deps =
|
|
PyQt5
|
|
setuptools_rust
|
|
conda_deps =
|
|
pycrypto
|
|
nuitka
|
|
passenv =
|
|
CARGO_HOME
|
|
RUSTUP_HOME
|
|
INCLUDE
|
|
LIB
|
|
MSSdk
|
|
DISTUTILS_USE_SDK
|
|
whitelist_externals =
|
|
cargo
|
|
conda_channels =
|
|
conda-forge
|
|
extras =
|
|
dev
|
|
commands =
|
|
python build_gui.py
|
|
pip install .[dev]
|
|
python -m nuitka --plugin-enable=multiprocessing --plugin-enable=qt-plugins --standalone --follow-imports --output-dir=exe ed_lrr_gui\__main__.py
|