Files
deb-python-wsme/tox.ini
Christophe de Vienne dc517811d3 Reduce the default envlist
2012-04-24 10:57:12 +02:00

30 lines
397 B
INI

# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27,py32,pypy,py25simplejson
[common]
testtools =
nose
webtest
coverage
[testenv]
deps =
nose
webtest
coverage
transaction
commands=nosetests []
downloadcache=.tox/cache
[testenv:py25simplejson]
basepython=python2.5
deps=
nose
webtest
coverage
simplejson
transaction<=1.1.1