summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2012-06-19 14:20:56 +0900
committerINADA Naoki <songofacandy@gmail.com>2012-06-19 14:20:56 +0900
commit636f4529aa8426f4ee3e25e0b4931bb37384df1e (patch)
tree4ed83eea4ae197c61cd3793305fc7856fbb8e6f8 /tox.ini
parent0b38e86534130f625cbea2f9446e8e52ef5f5a06 (diff)
downloadmsgpack-python-636f4529aa8426f4ee3e25e0b4931bb37384df1e.tar.gz
Fix tests to pass.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 276e16a..5e80dd0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,5 +3,6 @@ envlist = py26,py27,py32
[testenv]
deps=
nose
+ six
commands=nosetests -w test