summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2015-01-14 20:36:54 +0100
committerAnthon van der Neut <anthon@mnt.org>2015-01-14 20:36:54 +0100
commit2ec4cd023bb82005c1959b429efce42e874a7386 (patch)
tree7d649a73906b1493b279490abd91e39f935df3b8 /tox.ini
downloadruamel.base-2ec4cd023bb82005c1959b429efce42e874a7386.tar.gz
initial setup
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..4082297
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = py26,py27,py33,py34
+
+[testenv]
+commands = py.test test
+deps =
+ pytest