mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-22 03:00:20 +00:00
e0031bfb32
Fix build problems. Remove python 2.6 support. Add declare_namespace method to module init files. Add API doc template.
12 lines
183 B
INI
12 lines
183 B
INI
[tox]
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv]
|
|
commands = nosetests []
|
|
deps = -rrequirements.txt
|
|
-rtest-requirements.txt
|
|
|
|
[testenv:py27]
|
|
deps =
|
|
mock>=1.0.1,<2.0
|
|
{[testenv]deps}
|