run tests on python 3.5

This commit is contained in:
Alan Hamlett 2015-11-19 23:26:11 -08:00
parent 68e5d35b06
commit 14a7e6e6c4
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2; fi

View File

@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34
envlist = py26, py27, py33, py34, py35
[testenv]
deps =
-rdev-requirements.txt