travis ci experiment

This commit is contained in:
Jay Lee
2019-04-12 06:37:32 -04:00
parent 1cedbc9423
commit cd710e99c0

14
.travis.yml Normal file
View File

@ -0,0 +1,14 @@
language: python
dist: precise
python:
- "2.7"
os:
- linux
- osx
- windows
before_install:
- pip install pyinstaller
- pyinstaller src/gam.py