From 2873ba559bb6d3ccceeee326848d7216a139ed88 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Fri, 5 Jul 2019 14:14:52 +0200 Subject: remove windows and macosx tests, will add to master after release --- .travis.yml | 22 +++++++++++----------- 1 file 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 -- cgit v1.2.3