mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-20 12:23:16 +00:00
Switching to py.test
This commit is contained in:
parent
593c832ab0
commit
97a9f3f05c
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -3,7 +3,7 @@ envlist = py26,py27,py32,py33
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=
|
deps=
|
||||||
nose
|
pytest
|
||||||
six
|
six
|
||||||
|
|
||||||
commands=nosetests -w test
|
commands=py.test test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue