8000 Fix tox.ini · kazuki/msgpack-python@b6055ce · GitHub
[go: up one dir, main page]

Skip to content

Commit b6055ce

Browse files
committed
Fix tox.ini
1 parent ca97687 commit b6055ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ deps=
1111

1212
changedir=test
1313
commands=
14-
c: python -c 'from msgpack import _packer, _unpacker' && py.test
14+
c: python -c 'from msgpack import _packer, _unpacker'
15+
c: py.test
1516
pure: py.test

0 commit comments

Comments
 (0)
0