Files
deb-python-lesscpy/tox.ini
Sascha Peilicke 007ffcf2e7 Use nose
The sanest way to discover and run tests across py27, py33, py34, tox
and Travis-CI and 'setup.py test'.
2014-02-02 18:30:26 +01:00

15 lines
236 B
INI

[tox]
envlist = py26,py27,py33,flake8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
commands = nosetests -v
[testenv:flake8]
commands = flake8
[flake8]
ignore = E501
show-source = True
exclude = .venv,.tox,build,dist,doc,*egg