summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2015-01-09 04:19:34 +0900
committerINADA Naoki <songofacandy@gmail.com>2015-01-09 04:19:34 +0900
commit715fcac6c6e2bf95a3d074ba186bd6fb106ee312 (patch)
treea89c4fde02a334624c01dc1429f5cba83396eded /tox.ini
parentee0e435535800e51004e64d827d66bd8d30a1735 (diff)
downloadmsgpack-python-715fcac6c6e2bf95a3d074ba186bd6fb106ee312.tar.gz
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 96b9fcb..8f10b15 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ setenv=
deps=
pytest
+changedir=test
commands=
- c: python -c 'from msgpack import _packer, _unpacker'
- pure: py.test test
+ c: python -c 'from msgpack import _packer, _unpacker' && py.test
+ pure: py.test