mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
Try testing PyInstaller builds on Travis-CI
This commit is contained in:
parent
6c93acfab9
commit
7f17a92719
@ -29,6 +29,7 @@ script:
|
||||
else
|
||||
tox -e ${T}
|
||||
fi
|
||||
if [ "${T}" = "pyinstaller" ]; then dist/Tahoe-LAFS/tahoe --version; fi
|
||||
|
||||
after_success:
|
||||
- if [ "${T}" = "coverage" ]; then codecov; fi
|
||||
|
Loading…
Reference in New Issue
Block a user