mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
try Windows again
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user