pycapnp/tox.ini

19 lines
248 B
INI
Raw Normal View History

2013-08-28 23:13:38 -07:00
[tox]
2022-05-23 21:39:51 -07:00
envlist = py37,py38,py39,py310
skipsdist = True
2013-08-28 23:13:38 -07:00
[testenv]
deps=
pkgconfig
Jinja2
2013-08-28 23:13:38 -07:00
pytest
cython
commands =
python setup.py install
py.test {posargs}
2013-12-08 17:27:53 -08:00
setenv =
CFLAGS='-stdlib=libc++'
CXXFLAGS='-stdlib=libc++'