Skip to content

Commit 1691276

Browse files
committed
Also test Python 3.4, Python 3.5
1 parent b2c2b71 commit 1691276

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ python:
44
- "2.7"
55
- "3.2"
66
- "3.3"
7+
- "3.4"
8+
- "3.5"
79
- "pypy"
810
install:
911
- pip install -r dev_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 = py25, py26, py27, py32, py33, pypy
2+
envlist = py25, py26, py27, py32, py33, py34, py35, pypy
33

44
[testenv]
55
setenv =

0 commit comments

Comments
 (0)