compose/tox.ini

16 lines
241 B
INI
Raw Normal View History

2014-01-06 03:53:26 +01:00
[tox]
envlist = py26,py27,py32,py33,pypy
[testenv]
deps =
-rrequirements.txt
-rrequirements-dev.txt
2014-01-06 03:53:26 +01:00
commands =
nosetests {posargs}
flake8 fig
[flake8]
# ignore line-length for now
ignore = E501,E203
exclude = fig/packages/