Files
pycapnp/tox.ini
2013-12-08 17:52:17 -08:00

13 lines
131 B
INI

[tox]
envlist = py27,py32,py33
[testenv]
deps=
pytest
cython
commands =
py.test
setenv =
CFLAGS='-stdlib=libc++'