Skip to content

Commit aad293a

Browse files
committed
Change Travis file to test against Python nightly
Change Travis file to test against latest nightly rather than a fixed Python 3 version so that it doesn't have to be manually changed.
1 parent caacf59 commit aad293a

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
@@ -2,10 +2,10 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5-
- "3.5"
5+
- "nightly"
66
matrix:
77
allow_failures:
8-
- python: "3.5"
8+
- python: "nightly"
99
fast_finish: true
1010

1111
# Route build to container-based infrastructure

0 commit comments

Comments
 (0)