Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits on Source (2)
chor(rust): Update Cargo.lock
· 7eb136cb
Daniel Seiller
authored
Oct 23, 2019
7eb136cb
feat(tox): Add more python versions to test against
· 3115f9d6
Daniel Seiller
authored
Oct 23, 2019
3115f9d6
Expand all
Hide whitespace changes
Inline
Side-by-side
rust/Cargo.lock
View file @
3115f9d6
This diff is collapsed.
Click to expand it.
tox.ini
View file @
3115f9d6
[tox]
envlist
=
py37
envlist
=
py35,py36,
py37
requires
=
tox-conda
[testenv]
...
...
@@ -26,11 +26,9 @@ whitelist_externals =
cmd
conda_channels
=
conda-forge
extras
=
dev
commands
=
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
cmd
/c
rename
exe\__main__.dist\__main__.exe
ED_LRR.exe
iscc
/QP
installer/ED_LRR.iss
\ No newline at end of file
iscc
/F"ED_LRR_{envname}"
/Qp
installer/ED_LRR.iss
\ No newline at end of file