Add most recent Python versions in Travis CI
Add more recent Python versions including development branches and nightly build.
This commit is contained in:
@@ -4,6 +4,10 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.6-dev"
|
||||
- "3.7-dev"
|
||||
- "nightly"
|
||||
install:
|
||||
- python setup.py -q install
|
||||
script: nosetests
|
||||
|
||||
Reference in New Issue
Block a user