mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Fix tox.ini
This commit is contained in:
parent
ca9768771d
commit
b6055ce47e
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -11,5 +11,6 @@ deps=
|
|||
|
||||
changedir=test
|
||||
commands=
|
||||
c: python -c 'from msgpack import _packer, _unpacker' && py.test
|
||||
c: python -c 'from msgpack import _packer, _unpacker'
|
||||
c: py.test
|
||||
pure: py.test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue