experiment: can we convince Travis CI to test with nightly Python?
The docs say that "nightly" is supported, but it's less clear exactly what our .travis.yml should say to make this happen.
This commit is contained in:
parent
53353c58f2
commit
d4494151f4
@ -4,6 +4,8 @@ matrix:
|
||||
include:
|
||||
- python: 3.5
|
||||
env: TOXENV=py35
|
||||
- python: nightly
|
||||
env: TOXENV=py36
|
||||
env:
|
||||
- TOXENV=py27
|
||||
- TOXENV=py33
|
||||
|
Loading…
x
Reference in New Issue
Block a user