Add most recent Python versions in Travis CI (#474)

Add more recent Python versions including development branches and nightly build.
This commit is contained in:
Sylvain 2017-03-09 21:47:52 +01:00
parent 58b473236d
commit 588d0126f0

View file

@ -3,6 +3,11 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
- "nightly"
install:
- "pip install -e ."
- "pip install pycrypto>=2.6"