summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-29 11:27:28 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-29 11:27:28 +0900
commit97a9f3f05ccff6ba548172a7c07cdfe80ae2a12b (patch)
tree726512025ea9f640c3cc3673f0dac455f4a3552e /tox.ini
parent593c832ab00372b4a44dd47de94e4c2546fc1193 (diff)
downloadmsgpack-python-97a9f3f05ccff6ba548172a7c07cdfe80ae2a12b.tar.gz
Switching to py.test
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 214c4c4..1951352 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ envlist = py26,py27,py32,py33
[testenv]
deps=
- nose
+ pytest
six
-commands=nosetests -w test
+commands=py.test test