Update Travis to test on Python 3.5 too

pull/685/head
Paulus Schoutsen 2015-11-29 23:55:37 -08:00
parent 90eab17ea6
commit b53993e8c0
1 changed files with 3 additions and 2 deletions

View File

@ -2,9 +2,10 @@ sudo: false
language: python
cache:
directories:
- $HOME/virtualenv/python3.4.2/
- $HOME/virtualenv/python$TRAVIS_PYTHON_VERSION/
python:
- "3.4"
- 3.4.2
- 3.5.0
install:
- script/bootstrap_server
script: