mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Fix tox
This commit is contained in:
parent
ee0e435535
commit
715fcac6c6
1 changed files with 3 additions and 2 deletions
5
tox.ini
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue