Skip to content

Commit 340ba53

Browse files
Rémy HUBSCHERdjc
authored andcommitted
Python3.3 and Python3.4 shouldn't need simplejson.
1 parent 0c27603 commit 340ba53

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

tox.ini

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
[tox]
2-
envlist = py26, py27, py33, py34
2+
envlist = py26, py27, py33, py34, py33-json, py34-json
33

44
[testenv]
55
deps = simplejson
66
commands =
7+
python --version
78
python setup.py develop
89
{envbindir}/python -m couchdb.tests
910

1011
[testenv:py26]
1112
commands =
13+
python --version
1214
python setup.py develop
1315
{envbindir}/python -m couchdb.tests.__main__
16+
17+
[testenv:py33-json]
18+
basepython = python3.3
19+
deps =
20+
21+
[testenv:py34-json]
22+
basepython = python3.4
23+
deps =

0 commit comments

Comments
 (0)