msgpack-python/tox.ini

17 lines
265 B
INI
Raw Normal View History

2012-06-19 13:39:23 +09:00
[tox]
2015-01-09 03:41:52 +09:00
envlist = {py26,py27,py32,py33,py34}-{c,pure},{pypy,pypy3}-pure
[variants:pure]
setenv=
MSGPACK_PUREPYTHON=x
2012-09-23 08:57:32 +09:00
2012-06-19 13:39:23 +09:00
[testenv]
deps=
2012-12-29 11:27:28 +09:00
pytest
2012-06-19 13:39:23 +09:00
2015-01-09 04:19:34 +09:00
changedir=test
2015-01-09 03:41:52 +09:00
commands=
2015-01-09 09:35:31 +09:00
c: python -c 'from msgpack import _packer, _unpacker'
c: py.test
2015-01-09 04:19:34 +09:00
pure: py.test