run tests on python 3.5
This commit is contained in:
parent
68e5d35b06
commit
14a7e6e6c4
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26, py27, py33, py34
|
||||
envlist = py26, py27, py33, py34, py35
|
||||
[testenv]
|
||||
deps =
|
||||
-rdev-requirements.txt
|
||||
|
|
Loading…
Reference in a new issue