We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc84ef commit 0bc936fCopy full SHA for 0bc936f
.travis.yml
@@ -21,12 +21,13 @@ matrix:
21
- os: linux
22
sudo: required
23
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
29
before_install:
30
- ./.travis/before_install.sh
-before_script: # configure a headless display to test plot generation
- - "export DISPLAY=:99.0"
- - "sh -e /etc/init.d/xvfb start"
- - sleep 3 # give xvfb some time to start
31
# command to install dependencies
32
install:
33
- pip install -r requirements.txt
0 commit comments