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