Skip to content

Commit 24e101e

Browse files
magopiandjc
authored andcommitted
Travis and tox for py3
1 parent 2b08e58 commit 24e101e

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
@@ -5,6 +5,8 @@ services:
55
env:
66
- TOX_ENV=py26
77
- TOX_ENV=py27
8+
- TOX_ENV=py33
9+
- TOX_ENV=py34
810
install:
911
- pip install tox
1012
script:

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
2+
envlist = py26, py27, py33, py34
33

44
[testenv]
55
deps = simplejson

0 commit comments

Comments
 (0)