mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
9 lines
98 B
INI
9 lines
98 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33
|
|
|
|
[testenv]
|
|
deps=
|
|
nose
|
|
six
|
|
|
|
commands=nosetests -w test
|