summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2019-07-05 14:14:52 +0200
committerRémi Flamary <remi.flamary@gmail.com>2019-07-05 14:14:52 +0200
commit2873ba559bb6d3ccceeee326848d7216a139ed88 (patch)
tree75f056c4e4952886d927412aba1eecfecc1fb33d
parent41706d1c35bfe5f55f36041f511e2a42e36f6ab7 (diff)
remove windows and macosx tests, will add to master after release
-rw-r--r--.travis.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/.travis.yml b/.travis.yml
index 57b961b..0dfb0d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,10 @@
dist: xenial # required for Python >= 3.7
language: python
matrix:
- allow_failures:
- - os: osx
- - os: windows
+ # allow_failures:
+ # - os: osx
+ # - os: windows
include:
- - os: osx
- sudo: required
- language: generic
- os: linux
sudo: required
python: 3.5
@@ -20,11 +17,14 @@ 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
+ # - os: osx
+ # sudo: required
+ # language: generic
+ # - 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