diff options
| author | Kenneth Reitz <me@kennethreitz.com> | 2011-03-23 03:55:23 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.com> | 2011-03-23 03:55:23 -0400 |
| commit | c5bbc74b96cc04254c39f8586e4d976a98b8d02a (patch) | |
| tree | c8a6b5b9073d6f031f54f02434a43aa50b35caf3 /tox.ini | |
| parent | 7f5342a1b87aa231f96c134f4d04611b74fee2ee (diff) | |
| download | tablib-c5bbc74b96cc04254c39f8586e4d976a98b8d02a.tar.gz | |
import magic
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 |
