.travis.yml: add 3.5/3.5-dev to tests

This commit is contained in:
James Lu 2015-09-25 20:07:53 -07:00
parent be34ec21f1
commit 83f7e65a9f

View File

@ -4,6 +4,8 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.5-dev"
- "pypy"
- "pypy3"
- "nightly"