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