mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
18 lines
248 B
INI
18 lines
248 B
INI
[tox]
|
|
envlist = py37,py38,py39,py310
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
deps=
|
|
pkgconfig
|
|
Jinja2
|
|
pytest
|
|
cython
|
|
|
|
commands =
|
|
python setup.py install
|
|
py.test {posargs}
|
|
|
|
setenv =
|
|
CFLAGS='-stdlib=libc++'
|
|
CXXFLAGS='-stdlib=libc++'
|