summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-05 13:47:43 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-05 13:47:43 +0200
commit7ac1b462d23ae0a396742bba4773e146e60e7502 (patch)
tree82b36ba5f9511c133322e1687120ff8e4c315d8f /.travis.yml
parent0bc936f62430c98ecbb0f39c9508f29c6054a327 (diff)
cleanup parmap on windows
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml51
1 files changed, 26 insertions, 25 deletions
diff --git a/.travis.yml b/.travis.yml
index 67f0c43..cddf0e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,31 +1,32 @@
dist: xenial # required for Python >= 3.7
language: python
matrix:
-# allow_failures:
-# - os: osx
- include:
-# - os: osx
-# language: generic
- - os: linux
- sudo: required
- python: 3.4
- - os: linux
- sudo: required
- python: 3.5
- - os: linux
- sudo: required
- python: 3.6
- - os: linux
- sudo: required
- python: 3.7
- - 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
+ allow_failures:
+ - os: osx
+ - os: windows
+ include:
+ - os: osx
+ language: generic
+ - os: linux
+ sudo: required
+ python: 3.4
+ - os: linux
+ sudo: required
+ python: 3.5
+ - os: linux
+ sudo: required
+ python: 3.6
+ - os: linux
+ sudo: required
+ python: 3.7
+ - 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
# command to install dependencies