flake8/tox.ini
2016-01-10 14:36:52 -06:00

12 lines
141 B
INI

[tox]
envlist = py26,py27,py32,py33,py34,py35
[testenv]
deps =
mock
pytest
commands =
py.test {posargs}
[flake8]
ignore = D203