add python 3.5 build to travis config

This commit is contained in:
Timo Furrer 2015-10-24 09:14:01 +02:00
parent 1ac4156016
commit b8dc6c12b7
2 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,7 @@ python:
- "pypy"
- "3.3"
- "3.4"
- "3.5"
env:
- REQUIREMENTS=lowest
@ -20,6 +21,8 @@ matrix:
env: REQUIREMENTS=lowest
- python: "3.4"
env: REQUIREMENTS=lowest
- python: "3.5"
env: REQUIREMENTS=lowest
install: