summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-19 18:39:29 -0700
committerMonty Taylor <mordred@inaugust.com>2013-03-19 18:39:29 -0700
commit806a5b915b5d87409cc21aae2c68661a11ef0b13 (patch)
tree02caf4ecbc2b2bee083432472c96a3bf4ad630f1 /tox.ini
parent3d10e09ccdf68d4118d4e04eb73a46e2f3703350 (diff)
downloadpbr-806a5b915b5d87409cc21aae2c68661a11ef0b13.tar.gz
Update tox to run hacking.
pbr can't depend on hacking, because hacking depends on pbr. But, we can put it into the tox file. Change-Id: I49d17917f79c167ae7df9bef3f59047e5c12d33e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 3 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 3d7ff82..6e4f3d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,12 +16,11 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
+deps = -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
+ hacking
commands = flake8
-[testenv:pyflakes]
-deps = pyflakes
-commands = pyflakes oslo
-
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}
commands =