Skip to content

Commit 6cea1b0

Browse files
committed
included python-3.7dev into build matrix
1 parent 3b38bed commit 6cea1b0

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

.travis.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ env:
55
global:
66
- _latest=3.6
77
python:
8-
- 2.7
9-
- 3.4
10-
- 3.5
11-
- 3.6
8+
- 2.7
9+
- 3.4
10+
- 3.5
11+
- 3.6
12+
- 3.7-dev
13+
- nightly
14+
matrix:
15+
allow_failures:
16+
- python: 3.7-dev
17+
- python: nightly
1218
# osx builds, see https://github.com/travis-ci/travis-ci/issues/2312
1319
# osx builds take too long on travis, turning off for now
1420
#matrix:

0 commit comments

Comments
 (0)