mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-12-08 06:09:49 +00:00
16 lines
265 B
INI
16 lines
265 B
INI
[tox]
|
|
envlist = {py26,py27,py32,py33,py34}-{c,pure},{pypy,pypy3}-pure
|
|
|
|
[variants:pure]
|
|
setenv=
|
|
MSGPACK_PUREPYTHON=x
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
|
|
changedir=test
|
|
commands=
|
|
c: python -c 'from msgpack import _packer, _unpacker'
|
|
c: py.test
|
|
pure: py.test
|