travis: test with Python 3.5 too

This commit is contained in:
J. David Ibáñez 2016-01-31 14:14:07 +01:00
parent fa60e2233d
commit 33cf1a1ca2

View File

@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"