Skip to content

Commit 0a9c996

Browse files
committed
run tests on python3.5
1 parent d34e450 commit 0a9c996

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python:
55
- '3.2'
66
- '3.3'
77
- '3.4'
8+
- '3.5'
89
install:
910
- pip install -r test_requirements.txt
1011
- pip install -r requirements.txt

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py34
2+
envlist = py26,py27,py34,py35
33
[testenv]
44
deps = -rtest_requirements.txt
55
commands =

0 commit comments

Comments
 (0)