2012-06-11 11:07:14 +01:00
|
|
|
[tox]
|
2013-09-17 16:34:21 +00:00
|
|
|
minversion = 1.6
|
2013-09-19 07:57:23 -07:00
|
|
|
envlist = pep8
|
|
|
|
skipsdist = True
|
2012-06-11 11:07:14 +01:00
|
|
|
|
2013-09-17 16:34:21 +00:00
|
|
|
[testenv]
|
2013-09-19 07:57:23 -07:00
|
|
|
usedevelop = True
|
|
|
|
install_command = pip install {opts} {packages}
|
|
|
|
deps = -r{toxinidir}/test-requirements.txt
|
2013-09-17 16:34:21 +00:00
|
|
|
|
2012-06-15 23:25:59 -07:00
|
|
|
[testenv:pep8]
|
2013-09-19 07:57:23 -07:00
|
|
|
commands = flake8
|
2012-09-26 13:39:31 -07:00
|
|
|
|
|
|
|
[testenv:venv]
|
|
|
|
commands = {posargs}
|
2013-09-19 07:57:23 -07:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
show-source = True
|
2013-09-20 14:58:20 -07:00
|
|
|
exclude = .tox
|
2013-09-19 07:57:23 -07:00
|
|
|
ignore = E125,H
|