mirror of
https://github.com/sprockets/sprockets.clients.postgresql.git
synced 2024-11-14 19:29:29 +00:00
13 lines
183 B
INI
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
|