summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.hgignore1
-rw-r--r--tox.ini8
2 files changed, 9 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 1beca09..84c73e7 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,3 +8,4 @@
\~$
\,cover$
^\.coverage$
+^.tox$
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..1f53602
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist=py27,py34
+
+[testenv]
+deps =
+ pytz
+ py27: egenix-mx-base
+commands=pytest -t test