summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-03-17 23:27:50 -0700
committerMonty Taylor <mordred@inaugust.com>2013-03-17 23:27:50 -0700
commite8af43a31805e933391f93954256c9c15f188407 (patch)
tree57f09999e884b01f0d2d8d278312455d5a2c2f97 /tox.ini
parenteaef2c9be50b09708b86466822e5275fe154edbf (diff)
downloadpbr-e8af43a31805e933391f93954256c9c15f188407.tar.gz
Rename back to PBR.
Change-Id: I13ee7fab7858231b0fa17f9116176a09184e8b0e
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 5 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 18e9db3..3d7ff82 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,8 +16,7 @@ sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
-commands =
- pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg .
+commands = flake8
[testenv:pyflakes]
deps = pyflakes
@@ -30,3 +29,7 @@ commands =
[testenv:venv]
commands = {posargs}
+
+[flake8]
+exclude = .venv,.tox,dist,doc,*.egg
+show-source = true