pycapnp/tox.ini

13 lines
No EOL
131 B
INI

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