mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
8 lines
97 B
INI
8 lines
97 B
INI
[tox]
|
|
envlist = py26,py27,py32,py33,py34,pypy
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
|
|
commands=py.test test
|