summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-05 13:06:07 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-05 13:06:07 +0200
commit0bc936f62430c98ecbb0f39c9508f29c6054a327 (patch)
treedfbdbd619ded94ad6035f66e4f61f5067481e760 /.travis.yml
parentbfc84efcd94c03bebb80330aa1f2a92a4efb0ff9 (diff)
travis xenial new
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 68b8ef1..67f0c43 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,12 +21,13 @@ matrix:
- os: linux
sudo: required
python: 2.7
+ - name: "Python 3.7.3 on Windows"
+ os: windows # Windows 10.0.17134 N/A Build 17134
+ language: shell # 'language: python' is an error on Travis CI Windows
+ before_install: choco install python
+ env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
before_install:
- ./.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
# command to install dependencies
install:
- pip install -r requirements.txt