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
commitdc195881ba07a2a5c5c798fc92e2b09d81bec70c (patch)
tree1beffdc3a6f4f5e8d52b1ade3e2227008e9d2837 /tox.ini
parent5e2d84c5559937e27059c664ab5d89c77d2100b5 (diff)
downloadoslo-version-dc195881ba07a2a5c5c798fc92e2b09d81bec70c.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