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