Mark McClain a766ef5410 Add .gitreview file and update tox for infra CI
Change-Id: I81aa05b36e687a6bc5e4fdc6388d501df1a0775c
2015-05-06 18:17:24 -04:00

26 lines
387 B
INI

[tox]
envlist = py27,pep8
[testenv]
deps = -r{toxinidir}/test_requirements.txt
commands = nosetests {posargs}
sitepackages = False
[tox:jenkins]
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
[testenv:venv]
commands = {posargs}
[testenv:pep8]
deps = flake8
commands = flake8 setup.py akanda
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build
ignore = E125
builtins = _