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