Skip to content

Commit d5183ff

Browse files
committed
travis: Also test with nightly Python builds
1 parent 8b2c97f commit d5183ff

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.travis.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ sudo: false
33
dist: bionic
44

55
python:
6-
- "2.7"
7-
- "3.6"
8-
- "3.7"
6+
- "3.9-dev"
97
- "3.8"
10-
- "3.9"
8+
- "3.7"
9+
- "3.6"
10+
- "2.7"
11+
- "nightly"
1112
- "pypy"
1213
- "pypy3"
1314

@@ -17,6 +18,7 @@ env:
1718

1819
matrix:
1920
allow_failures:
21+
- python: "nightly"
2022
- python: "pypy"
2123
- python: "pypy3"
2224

0 commit comments

Comments
 (0)