msgpack-python/tox.ini
2015-01-09 09:35:31 +09:00

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