Skip to content

Commit daa8b1b

Browse files
author
Jeff Whitaker
committed
comment out 2.7,3.5 builds
1 parent dba7260 commit daa8b1b

File tree

1 file changed

+34
-35
lines changed

1 file changed

+34
-35
lines changed

.travis.yml

Lines changed: 34 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -13,40 +13,39 @@ env:
1313
"qgMf5wjB1OU7OJT/5AN1+0yfHWlRGCpLn1BT1+RbLTMB3LLHz0qrnzDSuJ3GjlJlYWDyDkgSKCBUFWwy4BnazdRWVj8MTqgpMYlIFKT4XWYYpL82vZ+QCQHe91ExvqF+QAtwxtVhJK1g0bRe908y8IPDkbKqlj4maLm+oUak/DU="
1414

1515
language: python
16-
# Default Python version is usually 2.7
1716
python: 3.5
1817
sudo: required
1918
dist: trusty
2019
services: docker
2120

2221
matrix:
23-
exclude:
24-
# Exclude the default Python 3.5 build
25-
- python: 3.5
22+
#exclude:
23+
# # Exclude the default Python 3.5 build
24+
# - python: 3.5
2625
include:
27-
- os: linux
28-
env:
29-
- MB_PYTHON_VERSION=2.7
30-
- os: linux
31-
env:
32-
- MB_PYTHON_VERSION=2.7
33-
- UNICODE_WIDTH=16
34-
- os: linux
35-
env:
36-
- MB_PYTHON_VERSION=2.7
37-
- PLAT=i686
38-
- os: linux
39-
env:
40-
- MB_PYTHON_VERSION=2.7
41-
- PLAT=i686
42-
- UNICODE_WIDTH=16
43-
- os: linux
44-
env:
45-
- MB_PYTHON_VERSION=3.5
46-
- os: linux
47-
env:
48-
- MB_PYTHON_VERSION=3.5
49-
- PLAT=i686
26+
#- os: linux
27+
# env:
28+
# - MB_PYTHON_VERSION=2.7
29+
#- os: linux
30+
# env:
31+
# - MB_PYTHON_VERSION=2.7
32+
# - UNICODE_WIDTH=16
33+
#- os: linux
34+
# env:
35+
# - MB_PYTHON_VERSION=2.7
36+
# - PLAT=i686
37+
#- os: linux
38+
# env:
39+
# - MB_PYTHON_VERSION=2.7
40+
# - PLAT=i686
41+
# - UNICODE_WIDTH=16
42+
#- os: linux
43+
# env:
44+
# - MB_PYTHON_VERSION=3.5
45+
#- os: linux
46+
# env:
47+
# - MB_PYTHON_VERSION=3.5
48+
# - PLAT=i686
5049
- os: linux
5150
env:
5251
- MB_PYTHON_VERSION=3.6
@@ -76,14 +75,14 @@ matrix:
7675
- PLAT=i686
7776
- NP_BUILD_DEP="1.17.3"
7877
- NP_TEST_DEP="1.17.3"
79-
- os: osx
80-
language: generic
81-
env:
82-
- MB_PYTHON_VERSION=2.7
83-
- os: osx
84-
language: generic
85-
env:
86-
- MB_PYTHON_VERSION=3.5
78+
#- os: osx
79+
# language: generic
80+
# env:
81+
# - MB_PYTHON_VERSION=2.7
82+
#- os: osx
83+
# language: generic
84+
# env:
85+
# - MB_PYTHON_VERSION=3.5
8786
- os: osx
8887
language: generic
8988
env:

0 commit comments

Comments
 (0)