summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSean Dague <sean@dague.net>2014-04-08 19:37:20 -0400
committerSean Dague <sean@dague.net>2014-04-08 19:37:20 -0400
commit8494418e715ced5cd519224249794cc6f5fa241f (patch)
tree7f39e84a0c7f1a247286c320ca795214b6b896b9 /tox.ini
parent02aeac0b1463926cec439b6eb0cd1d9b7dab1d8c (diff)
downloadpbr-8494418e715ced5cd519224249794cc6f5fa241f.tar.gz
make pbr use hacking directly
Remove flake8 from pbr's requirements file, we should be requiring hacking instead, and let hacking pull in flake8. Change-Id: I6e7135a07e3ca6b9e26fcc9623b1434ecba1444f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 730f37c..51d55e2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -19,8 +19,7 @@ downloadcache = ~/cache/pip
[testenv:pep8]
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
- hacking
-commands = flake8
+commands = flake8 {posargs}
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}