2013-08-28 23:13:38 -07:00
|
|
|
[tox]
|
2023-07-21 09:40:49 +01:00
|
|
|
envlist = py37,py38,py39,py310,py311
|
2021-04-01 07:31:10 +08:00
|
|
|
skipsdist = True
|
2013-08-28 23:13:38 -07:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps=
|
2021-04-01 07:31:10 +08:00
|
|
|
pkgconfig
|
|
|
|
Jinja2
|
2013-08-28 23:13:38 -07:00
|
|
|
pytest
|
2023-10-03 07:30:51 +02:00
|
|
|
pytest-asyncio
|
2023-07-21 09:40:49 +01:00
|
|
|
cython<3
|
2013-08-28 23:13:38 -07:00
|
|
|
|
|
|
|
commands =
|
2023-10-03 07:30:51 +02:00
|
|
|
pip install .
|
2021-04-01 07:31:10 +08:00
|
|
|
py.test {posargs}
|
2013-12-08 17:27:53 -08:00
|
|
|
|
|
|
|
setenv =
|
2021-04-01 07:31:10 +08:00
|
|
|
CFLAGS='-stdlib=libc++'
|
|
|
|
CXXFLAGS='-stdlib=libc++'
|