pycapnp/tox.ini
2021-06-02 03:06:05 +08:00

18 lines
242 B
INI

[tox]
envlist = py37,py38,py39
skipsdist = True
[testenv]
deps=
pkgconfig
Jinja2
pytest
cython
commands =
python setup.py install
py.test {posargs}
setenv =
CFLAGS='-stdlib=libc++'
CXXFLAGS='-stdlib=libc++'