We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0e435 commit 715fcacCopy full SHA for 715fcac
tox.ini
@@ -9,6 +9,7 @@ setenv=
9
deps=
10
pytest
11
12
+changedir=test
13
commands=
- c: python -c 'from msgpack import _packer, _unpacker'
14
- pure: py.test test
+ c: python -c 'from msgpack import _packer, _unpacker' && py.test
15
+ pure: py.test
0 commit comments