Files
pycapnp/tox.ini
Jason Paryani 8aa258ff73 Update tox
2013-12-08 17:27:53 -08:00

13 lines
136 B
INI

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