mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-22 13:23:17 +00:00
10 lines
127 B
INI
10 lines
127 B
INI
![]() |
[tox]
|
||
|
envlist = py26,py27,py32
|
||
|
[testenv]
|
||
|
deps=
|
||
|
nose
|
||
|
commands=nosetests -w test
|
||
|
|
||
|
[testenv:py32]
|
||
|
commands=nosetests -w test3
|