Files
deb-python-pyngus/tox.ini
Kenneth Giusti c49d818068 Release 1.1.0
2014-07-14 11:18:52 -04:00

17 lines
355 B
INI

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