Files
deb-python-cassandra-driver/tox.ini
2014-05-22 11:16:39 -05:00

49 lines
873 B
INI

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