summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 96b9fcb761a36e253a97a9117522b56045f764cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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