summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-03-23 03:55:23 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-03-23 03:55:23 -0400
commitc5bbc74b96cc04254c39f8586e4d976a98b8d02a (patch)
treec8a6b5b9073d6f031f54f02434a43aa50b35caf3 /tox.ini
parent7f5342a1b87aa231f96c134f4d04611b74fee2ee (diff)
downloadtablib-c5bbc74b96cc04254c39f8586e4d976a98b8d02a.tar.gz
import magic
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 7 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ce52a01..764ee3c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,17 @@
[tox]
-envlist = py24,py25,py26,py27, py3
+envlist = py25,py26,py27,py3
[testenv]
commands=py.test --junitxml=junit-{envname}.xml
deps = pytest
+[testenv:py25]
+simplejson = pytest simplejson
+
[testenv:pypy]
basepython=/usr/bin/pypy-c
+simplejson = pytest simplejson
[testenv:py3]
-basepython=/usr/bin/python3 \ No newline at end of file
+basepython=/usr/bin/python3
+simplejson = pytest \ No newline at end of file