summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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