Codebase list kanboard-cli / 32b2fd10-7899-491c-9db4-1497bf03979d/main tox.ini
32b2fd10-7899-491c-9db4-1497bf03979d/main

Tree @32b2fd10-7899-491c-9db4-1497bf03979d/main (Download .tar.gz)

tox.ini @32b2fd10-7899-491c-9db4-1497bf03979d/mainraw · 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