This commit is contained in:
INADA Naoki 2015-01-09 04:19:34 +09:00
parent ee0e435535
commit 715fcac6c6

View file

@ -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