Skip to content

Commit 98bbf13

Browse files
committed
enabled python 3.5 support
1 parent 4f257bc commit 98bbf13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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
- "2.7"
66
- "3.2"
77
- "3.4"
8+
- "3.5"
89
- "pypy"
910
- "pypy3"
1011

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
2-
envlist = py26, py27, py34, pypy, pypy3
2+
envlist = py26, py27, py34, py35, pypy, pypy3
3+
skip_missing_interpreters = True
34

45
[testenv]
56
deps =

0 commit comments

Comments
 (0)