mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-29 15:43:54 +00:00
Add 'pip freeze' step to 'pyinstaller' tox testenv
This commit is contained in:
parent
9fc697d798
commit
ee5a0d27bd
4
tox.ini
4
tox.ini
@ -185,7 +185,9 @@ deps =
|
||||
# Setting PYTHONHASHSEED to a known value assists with reproducible builds.
|
||||
# See https://pyinstaller.readthedocs.io/en/stable/advanced-topics.html#creating-a-reproducible-build
|
||||
setenv=PYTHONHASHSEED=1
|
||||
commands=pyinstaller -y --clean pyinstaller.spec
|
||||
commands=
|
||||
pip freeze
|
||||
pyinstaller -y --clean pyinstaller.spec
|
||||
|
||||
[testenv:tarballs]
|
||||
deps =
|
||||
|
Loading…
x
Reference in New Issue
Block a user