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