Skip to content

Commit

Permalink
Nail tox's pep8 dependency to 1.0.1
Browse files Browse the repository at this point in the history
Avoid failures due to new warnings in 1.1

Change-Id: I66bc6eabeba5cc14525b364d645ae6f74a85fd72
  • Loading branch information
markmc committed Jun 15, 2012
1 parent f6bacea commit 49c49d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -8,7 +8,7 @@ deps = -r{toxinidir}/tools/pip-requires
commands = {toxinidir}/run_tests.sh -N

[testenv:pep8]
deps = pep8
deps = pep8==1.0.1
commands = pep8 --repeat --show-source bin glance setup.py

[testenv:cover]
Expand Down

0 comments on commit 49c49d9

Please sign in to comment.