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