add Python 3.5 to our Travis build

This commit is contained in:
Jack O'Connor 2015-10-07 11:09:05 -04:00
parent 74c6d7f228
commit 8d3175d9cb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ language: python
python:
- "3.3"
- "3.4"
- "3.5"
install:
- pip install -r ./requirements-dev.txt
- pip install coveralls