sprockets.clients.cassandra/tox.ini

13 lines
183 B
INI
Raw Normal View History

2015-05-06 18:51:41 +00:00
[tox]
envlist = py27,py33,py34
2015-05-06 18:51:41 +00:00
[testenv]
commands = nosetests []
deps = -rrequirements.txt
-rtest-requirements.txt
2015-05-06 18:51:41 +00:00
[testenv:py27]
deps =
mock>=1.0.1,<2.0
{[testenv]deps}