deb-python-pyngus/tox.ini
2015-05-14 11:28:46 +02:00

18 lines
351 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
[flake8]
show-source = True
exclude = .tox,dist,doc,*.egg,build,__init__.py
builtins = _