sprockets.clients.cassandra/tox.ini
Brian Korty 13e26cefbd SYN
2015-05-06 14:51:41 -04:00

16 lines
228 B
INI

[tox]
envlist = py26,py27,py32,py33,py34
[testenv]
commands = nosetests []
deps = -rtest-requirements.txt
[testenv:py27]
deps =
mock>=1.0.1,<2.0
{[testenv]deps}
[testenv:py26]
deps =
unittest2==0.5.1
{[testenv:py27]deps}