system-config/tox.ini
Bhuvan Arumugam 15b1bc6ee1 Include pep8 target with tox.
* setup.py
  Fix pep8 errors. Thanks to tox!

* tox.ini
  New target, pep8.

Change-Id: Iaa24807b4284f27918e486234c6b080fc78bc71d
2012-06-15 23:27:21 -07:00

11 lines
202 B
INI

[tox]
envlist = pyflakes,pep8
[testenv:pyflakes]
deps = pyflakes
commands = pyflakes modules setup.py
[testenv:pep8]
deps = pep8
commands = pep8 --count --repeat --show-source --exclude=.tox setup.py