summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-19 13:39:23 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-19 13:39:23 +0900
commit40d4b8946b5e25045eb1047f8d0d3d4c5ee71282 (patch)
treede7a346e3d028c9daf8fbe09382bcff68fa23aac /tox.ini
parentb95ea1467f2f4bb80bf1d37b0fccda6937ce43b7 (diff)
downloadmsgpack-python-40d4b8946b5e25045eb1047f8d0d3d4c5ee71282.tar.gz
Start using tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..c0a5629
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+envlist = py26,py27,py32
+[testenv]
+deps=
+ nose
+commands=nosetests -w test
+
+[testenv:py32]
+commands=nosetests -w test3