Skip to content

Commit 19df5fd

Browse files
committed
Add python 3.5 to test envs
1 parent 31291bf commit 19df5fd

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ python:
55
- "3.2"
66
- "3.3"
77
- "3.4"
8+
- "3.5"
89
- "pypy"
910
install:
1011
- "pip install ."
11-
script: nosetests
12+
script: nosetests

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
2-
envlist = py26, py27, py32, py33, py34, pypy
2+
envlist = py26, py27, py32, py33, py34, py35, pypy
33

44
[testenv]
55
deps=nose
6-
commands = nosetests {posargs}
6+
commands = nosetests {posargs}

0 commit comments

Comments
 (0)