add python 3.5 to travis

This commit is contained in:
Pavol Rusnak 2016-01-19 22:35:02 +01:00
parent 915cf0099e
commit 3e24b017ac
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
install:
# Optimisation: build requirements as wheels, which get cached by Travis