Skip to content

Commit 2b08e58

Browse files
committed
Always depend on simplejson
1 parent 27dac27 commit 2b08e58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
envlist = py26, py27
33

44
[testenv]
5+
deps = simplejson
56
commands =
67
python setup.py develop
78
{envbindir}/python -m couchdb.tests
89

910
[testenv:py26]
10-
deps =
11-
simplejson
1211
commands =
1312
python setup.py develop
1413
{envbindir}/python -m couchdb.tests.__main__

0 commit comments

Comments
 (0)