Skip to content

Commit 0bc936f

Browse files
committed
travis xenial new
1 parent bfc84ef commit 0bc936f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ matrix:
2121
- os: linux
2222
sudo: required
2323
python: 2.7
24+
- name: "Python 3.7.3 on Windows"
25+
os: windows # Windows 10.0.17134 N/A Build 17134
26+
language: shell # 'language: python' is an error on Travis CI Windows
27+
before_install: choco install python
28+
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
2429
before_install:
2530
- ./.travis/before_install.sh
26-
before_script: # configure a headless display to test plot generation
27-
- "export DISPLAY=:99.0"
28-
- "sh -e /etc/init.d/xvfb start"
29-
- sleep 3 # give xvfb some time to start
3031
# command to install dependencies
3132
install:
3233
- pip install -r requirements.txt

0 commit comments

Comments
 (0)