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:
Brian Warner 2018-03-29 12:12:20 -07:00
parent f1a853e115
commit 91f639f0d2

View File

@ -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