Codebase list python-git / debian/1.0.1+git137-gc8b8379-1 tox.ini
debian/1.0.1+git137-gc8b8379-1

Tree @debian/1.0.1+git137-gc8b8379-1 (Download .tar.gz)

tox.ini @debian/1.0.1+git137-gc8b8379-1raw · history · blame

[tox]
envlist = py26,py27,py33,py34,flake8

[testenv]
commands = nosetests {posargs}
deps = -r{toxinidir}/requirements.txt
       -r{toxinidir}/test-requirements.txt

[testenv:cover]
commands = nosetests --with-coverage {posargs}

[testenv:flake8]
commands = flake8 {posargs}

[testenv:venv]
commands = {posargs}

[flake8]
#show-source = True
# E265 = comment blocks like @{ section, which it can't handle
# E266 = too many leading '#' for block comment
# E731 = do not assign a lambda expression, use a def
# W293 = Blank line contains whitespace
ignore = E265,W293,E266,E731
max-line-length = 120
exclude = .tox,.venv,build,dist,doc,git/ext/