12 lines
172 B
INI
12 lines
172 B
INI
[tox]
|
|
envlist = py26, py27, py33, py34
|
|
|
|
[testenv]
|
|
deps = -r{toxinidir}/requirements.txt
|
|
commands =
|
|
{envpython} setup.py test
|
|
nosetests
|
|
|
|
[flake8]
|
|
ignore = E128,E501
|