[Travis] also test against newly released Python 3.5.0

This commit is contained in:
Cosimo Lupo 2015-09-14 16:00:22 +01:00
parent 459eabf2e4
commit cf310d4ff7

View File

@ -3,6 +3,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
# - "pypy3" # Disable pypy3 until Travis updates it to >= 3.3
before_install: