pycapnp/tox.ini
2015-05-28 20:24:46 -04:00

13 lines
No EOL
136 B
INI

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