We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b38bed commit 6cea1b0Copy full SHA for 6cea1b0
1 file changed
.travis.yml
@@ -5,10 +5,16 @@ env:
5
global:
6
- _latest=3.6
7
python:
8
-- 2.7
9
-- 3.4
10
-- 3.5
11
-- 3.6
+ - 2.7
+ - 3.4
+ - 3.5
+ - 3.6
12
+ - 3.7-dev
13
+ - nightly
14
+matrix:
15
+ allow_failures:
16
+ - python: 3.7-dev
17
+ - python: nightly
18
# osx builds, see https://github.com/travis-ci/travis-ci/issues/2312
19
# osx builds take too long on travis, turning off for now
20
#matrix:
0 commit comments