Skip to content

Commit 7b7d9d9

Browse files
committed
[travis] Build additional python versions
1 parent ce2bfad commit 7b7d9d9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.travis.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,21 @@ matrix:
1212
python: "3.4"
1313
- os: linux
1414
python: "3.5"
15+
- os: linux
16+
python: "3.6"
1517

1618
- os: osx
1719
language: generic
1820
env:
1921
- OSXENV=3.5
20-
# Keep only one osx branch active for now
21-
# since currently osx builds on travis
22-
# are frequently stalled or indefinitely delayed.
23-
# - os: osx
24-
# language: generic
25-
# env:
26-
# - OSXENV=2.7
22+
- os: osx
23+
language: generic
24+
env:
25+
- OSXENV=3.6
26+
- os: osx
27+
language: generic
28+
env:
29+
- OSXENV=2.7
2730

2831
install:
2932
- export PYVER=${TRAVIS_PYTHON_VERSION:0:1}

0 commit comments

Comments
 (0)