forked from vrcmarcos/elasticmock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
25 lines (24 loc) · 794 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist =
py36-elasticsearch{1,2,5,6,7}
py37-elasticsearch{1,2,5,6,7}
py38-elasticsearch{1,2,5,6,7,8}
py39-elasticsearch{1,2,5,6,7,8}
py310-elasticsearch{1,2,5,6,7,8}
py311-elasticsearch{1,2,5,6,7,8}
py312-elasticsearch{1,2,5,6,7,8}
[testenv]
deps =
parameterized
pytest==8.2.2
pytest-cov==5.0.0
elasticsearch1: elasticsearch ==1.9.0
elasticsearch2: elasticsearch >=2.0.0, <5.0.0
elasticsearch5: elasticsearch >=5.0.0, <6.0.0
elasticsearch6: elasticsearch >=6.0.0, <7.0.0
elasticsearch7: elasticsearch >=7.0.0, <8.0.0
elasticsearch8: elasticsearch >=8.0.0, <9.0.0
commands =
python -c "import tests.tox_banner"
py.test --cov-report term-missing --cov=elasticmock