summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:55:23 -0700
committerDoug Hellmann <doug.hellmann@gmail.com>2012-04-20 09:55:23 -0700
commit3dc754637e1e0798069727cf6cef5337a43e6b92 (patch)
tree98563fb88d20e3c87c2b8305a8e8823c6c56a838 /tox.ini
parente9bd0cd4cb87a248353d14ab3dd08dd3cc9ea141 (diff)
downloadcliff-tablib-3dc754637e1e0798069727cf6cef5337a43e6b92.tar.gz
add tox config file for tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..aaa9281
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,6 @@
+[tox]
+envlist = py27,py32
+
+[testenv]
+commands = nosetests []
+#deps = virtualenv