mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +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
|