update .travis.yml (add 3.5 and nightly)

This commit is contained in:
Mort Yao 2015-09-21 00:50:41 +02:00
parent 00c2a0f09c
commit feb2c9f1b7

View File

@ -4,5 +4,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "nightly"
- "pypy3"
script: make test