bugdaystats/tox.ini
Elizabeth Krumbach Joseph f14d070ed9 Add tox.ini, setup.py and do syntax cleanup
Add tox.ini and setup.py files.

Do syntax cleanup of bugdaystats.py so checks pass now with tox.ini
applied.

Also update .git files.

Change-Id: I7a65138bab4cb5e1194e0b35c94a847df70e3004
2014-03-11 16:13:25 -07:00

14 lines
349 B
INI

[tox]
envlist = pyflakes, pep8, py27
[testenv]
install_command = pip install --allow-external lazr.authentication --allow-insecure lazr.authentication -U {opts} {packages}
[testenv:pyflakes]
deps = pyflakes
commands = pyflakes bugdaystats.py
[testenv:pep8]
deps = pep8==1.3.3
commands = pep8 --ignore=E125 --repeat --show-source --exclude=.tox .