Files
deb-python-cassandra-driver/tox.ini
2014-01-16 11:37:28 -06:00

13 lines
218 B
INI

[tox]
envlist = py26,py27,pypy
[testenv]
deps = nose
mock
ccm
unittest2
pip
PyYAML
commands = {envpython} setup.py build_ext --inplace
nosetests --verbosity=2 tests/unit/