mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 16:35:04 +01:00
13 lines
No EOL
136 B
INI
13 lines
No EOL
136 B
INI
[tox]
|
|
envlist = py27,py34,py35,py36
|
|
|
|
[testenv]
|
|
deps=
|
|
pytest
|
|
cython
|
|
|
|
commands =
|
|
py.test
|
|
|
|
setenv =
|
|
CFLAGS='-stdlib=libc++' |