turn on python3.6 builds for tox and travis
Python3.6 was just released a few days ago, and travis hasn't yet added it for real, so we use "3.6-dev" until they get it deployed completely.
This commit is contained in:
parent
d74b16486e
commit
ff619c073e
|
@ -11,6 +11,7 @@ python:
|
|||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6-dev"
|
||||
install:
|
||||
- pip install -U pip tox virtualenv codecov
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue
Block a user