diff options
author | INADA Naoki <songofacandy@gmail.com> | 2015-01-09 04:19:34 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2015-01-09 04:19:34 +0900 |
commit | 715fcac6c6e2bf95a3d074ba186bd6fb106ee312 (patch) | |
tree | a89c4fde02a334624c01dc1429f5cba83396eded | |
parent | ee0e435535800e51004e64d827d66bd8d30a1735 (diff) | |
download | msgpack-python-fix-0_4_3-regression.tar.gz |
Fix toxfix-0_4_3-regression
-rw-r--r-- | tox.ini | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |