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 ca97687 commit b6055ceCopy full SHA for b6055ce
tox.ini
@@ -11,5 +11,6 @@ deps=
11
12
changedir=test
13
commands=
14
- c: python -c 'from msgpack import _packer, _unpacker' && py.test
+ c: python -c 'from msgpack import _packer, _unpacker'
15
+ c: py.test
16
pure: py.test
0 commit comments