summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 8f10b1508cac280ba91dc506c37ad66542ce962c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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' && py.test
    pure: py.test