mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
14 lines
240 B
INI
14 lines
240 B
INI
[tox]
|
|
envlist = {py26,py27,py32,py33,py34}-{c,pure},{pypy,pypy3}-pure
|
|
|
|
[variants:pure]
|
|
setenv=
|
|
MSGPACK_PUREPYTHON=x
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
|
|
commands=
|
|
c: python -c 'from msgpack import _packer, _unpacker'
|
|
pure: py.test test
|