Merge pull request #685 from balloob/python-3.5-travis

Update Travis to test on Python 3.5 too
This commit is contained in:
Paulus Schoutsen 2015-11-30 00:30:44 -08:00
commit 6113988ccd

View File

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