Skip to content

Commit 8e49165

Browse files
committed
update tox
1 parent 4858e7d commit 8e49165

File tree

4 files changed

+3
-254
lines changed

4 files changed

+3
-254
lines changed

specs/mixins/parser_spec.py

Lines changed: 0 additions & 151 deletions
This file was deleted.

specs/mixins/test_validator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
from amadeus import Client
42
from os import environ
53
from logging import Logger, getLogger

specs/mixins/x_test_pagination.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[tox]
2-
envlist = py38,python3.9,python3.10
2+
envlist = py38,python3.9,python10
33

44
[testenv]
55
commands =
66
flake8 amadeus specs setup.py
7-
pytest specs/
8-
# pytest specs/ --cov
7+
pytest specs/ --cov --cov-report=html
98

109
deps =
1110
expects==0.9.0
@@ -24,7 +23,7 @@ usedevelop=True
2423
python =
2524
3.8: py38
2625
3.9: python3.9
27-
3.10: python3.10
26+
3.10: python10
2827

2928
[flake8]
3029
max-complexity = 5

0 commit comments

Comments
 (0)