travis: 3.6 is supported now
Also add 'nightly' to look for problems with the upcoming python release (currently 3.7-dev).
This commit is contained in:
parent
cfc6e44d68
commit
f1a72aa4a4
|
@ -11,7 +11,8 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6-dev"
|
- "3.6"
|
||||||
|
- "nightly"
|
||||||
install:
|
install:
|
||||||
- pip install -U pip tox virtualenv codecov
|
- pip install -U pip tox virtualenv codecov
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user