opencafe/tox.ini
Jose Idar 885b3eda56 Updating tox flake8 ignores, and fixing minor pep issues
Change-Id: I73ef0dd4d267dc8d3f548aaae1a7f5ebc9fbd044
2015-02-16 16:06:24 -06:00

20 lines
324 B
INI

[tox]
envlist=pep8,py27,py34
[testenv]
setenv=VIRTUAL_ENV={envdir}
deps=-r{toxinidir}/pip-requires
-r{toxinidir}/test-requirements.txt
[testenv:py27]
commands=nosetests
[testenv:py34]
commands=nosetests
[testenv:pep8]
commands=flake8
[flake8]
ignore=F401,E402
exclude=.git,.idea,docs,.tox,bin,dist,tools,*.egg-info