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-08 15:26:56 +01:00
parent 9fe8728d21
commit 9cddcbf135

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"