summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2013-05-21 20:39:49 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2013-05-21 20:39:49 +0200
commit0bcf51cedc8913c07aa74386a8fc6e777fc63177 (patch)
tree145a07e128447bb6bd07d7399d0df19513ac08fc
parent804f9f52b7ae40120f63ccaf0533eb041314c514 (diff)
downloadhappybase-0bcf51cedc8913c07aa74386a8fc6e777fc63177.tar.gz
Add simple tox configuration
-rw-r--r--.gitignore1
-rw-r--r--tox.ini5
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a7116f2..39b23b2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.py[co]
*.egg-info/
.coverage
+.tox/
build/
coverage/
dist/
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..9ea0c10
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+
+[testenv]
+commands=nosetests