try Windows again

This commit is contained in:
Jay Lee
2019-04-12 09:22:28 -04:00
parent 31d8cd09dd
commit eda1a1de24

View File

@ -1,21 +1,23 @@
language: python
matrix:
include:
- os: linux
language: python
dist: precise
python:
- "2.7.15"
env: GAMOS=linux
- os: osx
language: generic
osx_image: xcode10.1
osx_image: xcode9.2
env: GAMOS=macos
addons:
homebrew:
packages:
python@2
- os: windows
env: GAMOS=windows
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then cinst -y python2; fi
- pip install pyinstaller
install: