mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 10:00:54 +00:00
9 lines
100 B
INI
9 lines
100 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,pypy
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
six
|
|
|
|
commands=py.test test
|