pycapnp/tox.ini

20 lines
265 B
INI
Raw Permalink Normal View History

2013-08-28 23:13:38 -07:00
[tox]
envlist = py38,py39,py310,py311,py12
skipsdist = True
2013-08-28 23:13:38 -07:00
[testenv]
deps=
pkgconfig
Jinja2
2013-08-28 23:13:38 -07:00
pytest
pytest-asyncio
cython<3
2013-08-28 23:13:38 -07:00
commands =
pip install .
py.test {posargs}
2013-12-08 17:27:53 -08:00
setenv =
CFLAGS='-stdlib=libc++'
CXXFLAGS='-stdlib=libc++'