deb-python-cassandra-driver/tox.ini
2016-08-17 15:16:12 -05:00

21 lines
390 B
INI

[tox]
envlist = py{26,27,33,34},pypy,pypy3
[base]
deps = nose
mock<=1.0.1
PyYAML
six
packaging
[testenv]
deps = {[base]deps}
cython
py26: unittest2
py{26,27}: gevent
twisted <15.5.0
setenv = LIBEV_EMBED=0
CARES_EMBED=0
changedir = {envtmpdir}
commands = nosetests --verbosity=2 --no-path-adjustment {toxinidir}/tests/unit/