Add Python 3.5 to travis

This commit is contained in:
Markus Unterwaditzer 2015-09-17 09:08:47 +02:00
parent 13925ed3d5
commit 611ceac847

View file

@ -5,6 +5,7 @@ python:
- "pypy"
- "3.3"
- "3.4"
- "3.5"
env:
- BUILD=test
# Default build, see Makefile