summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Waldon <bcwaldon@gmail.com>2012-06-02 12:12:19 -0700
committerBrian Waldon <bcwaldon@gmail.com>2012-06-02 12:12:19 -0700
commitf428e0b51fc0d161be79478be1647abe5d2e3098 (patch)
treefec41caae595c68254011a250db684d90bd356fc
parent155a5c29b099f71ec057c64c9dc5c1e8b6db9b62 (diff)
downloadwarlock-f428e0b51fc0d161be79478be1647abe5d2e3098.tar.gz
Add Python 2.6 to tox runner
-rw-r--r--HACKING7
-rw-r--r--tox.ini2
2 files changed, 7 insertions, 2 deletions
diff --git a/HACKING b/HACKING
index 42d26a0..91e4901 100644
--- a/HACKING
+++ b/HACKING
@@ -1 +1,6 @@
-Use tox to run tests!
+Hacking Guidelines:
+- write unit tests
+- use tox to run tests
+- support python 2.6 and 2.7 -- not 3.x just yet
+- pass pep8 checks
+- keep that pylint score up!
diff --git a/tox.ini b/tox.ini
index af23e50..e76459b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,pep8
+envlist = py26,py27,pep8
[testenv]
deps=pytest