summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-06-02 12:04:00 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-06-02 12:04:00 -0700
commit155a5c29b099f71ec057c64c9dc5c1e8b6db9b62 (patch)
treeac7ce265a419f973af949c299293eca52fe9593a
parent6995f48c5ce48a472d689afd6de94aa54fa989d2 (diff)
downloadwarlock-155a5c29b099f71ec057c64c9dc5c1e8b6db9b62.tar.gz
Adding pep8 runner in tox.ini
-rw-r--r--HACKING1
-rw-r--r--tox.ini6
2 files changed, 6 insertions, 1 deletions
diff --git a/HACKING b/HACKING
new file mode 100644
index 0000000..42d26a0
--- /dev/null
+++ b/HACKING
@@ -0,0 +1 @@
+Use tox to run tests!
diff --git a/tox.ini b/tox.ini
index 5b0b661..af23e50 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,10 @@
[tox]
-envlist = py27
+envlist = py27,pep8
[testenv]
deps=pytest
commands=py.test
+
+[testenv:pep8]
+deps = pep8==1.2
+commands = pep8 --repeat --show-source warlock