Fix tox.ini

This commit is contained in:
INADA Naoki
2015-01-09 09:35:31 +09:00
parent ca9768771d
commit b6055ce47e

View File

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