sprockets.clients.postgresql/tox.ini
2014-11-14 08:13:45 -05:00

13 lines
183 B
INI

[tox]
envlist = py26,py27,py33,py34
[testenv]
deps =
-rrequirements.txt
-rtest-requirements.txt
commands = {envbindir}/nosetests
[testenv:py26]
deps =
{[testenv]deps}
unittest2