deb-python-pyngus/tox.ini
2016-05-16 14:10:33 -04:00

19 lines
414 B
INI

[tox]
# Proton does not support Python3 yet: see Jira PROTON-490
#envlist = py27,py33,pep8
envlist = py27,pep8,py34
[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 = _