Skip to content

Commit 715fcac

Browse files
committed
Fix tox
1 parent ee0e435 commit 715fcac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ setenv=
99
deps=
1010
pytest
1111

12+
changedir=test
1213
commands=
13-
c: python -c 'from msgpack import _packer, _unpacker'
14-
pure: py.test test
14+
c: python -c 'from msgpack import _packer, _unpacker' && py.test
15+
pure: py.test

0 commit comments

Comments
 (0)