mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
travis: add pyinstaller job
We aren't yet using these artifacts (we plan to build the production ones on our buildbot machines), but this will make sure we don't break the process.
This commit is contained in:
parent
f1a853e115
commit
91f639f0d2
@ -42,9 +42,14 @@ matrix:
|
||||
env: T=integration LANG=en_US.UTF-8
|
||||
- os: linux
|
||||
env: T=codechecks LANG=en_US.UTF-8
|
||||
- os: linux
|
||||
env: T=pyinstaller LANG=en_US.UTF-8
|
||||
- os: linux
|
||||
env: T=py27 LANG=C
|
||||
- os: osx
|
||||
env: T=py27 LANG=en_US.UTF-8
|
||||
language: generic # "python" is not available on OS-X
|
||||
- os: osx
|
||||
env: T=pyinstaller LANG=en_US.UTF-8
|
||||
language: generic # "python" is not available on OS-X
|
||||
fast_finish: true
|
||||
|
Loading…
Reference in New Issue
Block a user