Codebase list kanboard-cli / HEAD tox.ini
HEAD

Tree @HEAD (Download .tar.gz)

tox.ini @HEADraw · history · blame

[tox]
envlist = py27,py34,py35,pep8

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

[testenv:venv]
commands = {posargs}

[testenv:pep8]
commands =
    flake8 {posargs}

[flake8]
ignore = E125,E123,E129
show-source = True
max-line-length = 120
exclude = .git,.venv,.tox,build,dist,*egg