Fix pep8 tox environment

Changes to tox and the pep8 package require updates to the tox
environment definition.

Change-Id: Id95ae5fe17f71e15903e646f3065db85282359ba
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-09-15 10:48:49 -05:00
parent 6d52e41e38
commit 6f8655a559
1 changed files with 2 additions and 2 deletions

View File

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