Skip to content

Commit fe00251

Browse files
committed
Switch travis-ci python version from 3.7-dev to nightly
1 parent 3c1129a commit fe00251

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ cache:
55
python:
66
- '3.5'
77
- '3.6'
8-
- 3.7-dev
8+
- 'nightly'
99
matrix:
1010
fast_finish: true
1111
allow_failures:
12-
- python: 3.7-dev
12+
- python: 'nightly'
1313
install:
1414
- pip install -U codecov
1515
script:

0 commit comments

Comments
 (0)