Add python 3.5 in travis

This commit is contained in:
Simon Conseil
2015-09-20 21:27:54 +02:00
parent 138d4c99fe
commit d61df1d435

View File

@@ -3,6 +3,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
before_install:
# Dependencies to build PIL
- sudo apt-get update -qq