deb-python-pyngus/tox.ini
2015-06-05 15:25:45 -04:00

19 lines
414 B
INI

[tox]
# Proton does not support Python3 yet: see Jira PROTON-490
#envlist = py27,py33,pep8
envlist = py26,py27,pep8
[testenv]
usedevelop=True
deps = -r{toxinidir}/test-requirements.txt
commands = {toxinidir}/tests/test-runner
[testenv:pep8]
commands = flake8 pyngus examples tests
flake8 --ignore F401 setup.py
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _