pycapnp/tox.ini
2018-11-18 16:27:09 -05:00

13 lines
No EOL
136 B
INI

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