Add most recent Python versions in Travis CI

Add more recent Python versions including development branches and nightly build.
This commit is contained in:
Sylvain
2017-03-07 11:57:44 +01:00
parent 89a7f8eb28
commit daee6a12c5

View File

@@ -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