Skip to content

Commit 2873ba5

Browse files
committed
remove windows and macosx tests, will add to master after release
1 parent 41706d1 commit 2873ba5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.travis.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
dist: xenial # required for Python >= 3.7
22
language: python
33
matrix:
4-
allow_failures:
5-
- os: osx
6-
- os: windows
4+
# allow_failures:
5+
# - os: osx
6+
# - os: windows
77
include:
8-
- os: osx
9-
sudo: required
10-
language: generic
118
- os: linux
129
sudo: required
1310
python: 3.5
@@ -20,11 +17,14 @@ matrix:
2017
- os: linux
2118
sudo: required
2219
python: 2.7
23-
- name: "Python 3.7.3 on Windows"
24-
os: windows # Windows 10.0.17134 N/A Build 17134
25-
language: shell # 'language: python' is an error on Travis CI Windows
26-
before_install: choco install python
27-
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
20+
# - os: osx
21+
# sudo: required
22+
# language: generic
23+
# - name: "Python 3.7.3 on Windows"
24+
# os: windows # Windows 10.0.17134 N/A Build 17134
25+
# language: shell # 'language: python' is an error on Travis CI Windows
26+
# before_install: choco install python
27+
# env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
2828
before_install:
2929
- ./.travis/before_install.sh
3030
# command to install dependencies

0 commit comments

Comments
 (0)