File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,38 +35,6 @@ commands =
3535deps =
3636 ruff
3737
38- [testenv:py38]
39- basepython = python3.8
40- commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob =" README.md" {posargs}
41- deps =
42- pytest
43-
44- [testenv:py38-extra]
45- basepython = python3.8
46- commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob =" README.md" {posargs}
47- deps =
48- pytest
49- numpy
50- pandas
51- wcwidth
52-
53-
54- [testenv:py39]
55- basepython = python3.9
56- commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob =" README.md" {posargs}
57- deps =
58- pytest
59-
60- [testenv:py39-extra]
61- basepython = python3.9
62- commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob =" README.md" {posargs}
63- deps =
64- pytest
65- numpy
66- pandas
67- wcwidth
68-
69-
7038[testenv:py310]
7139basepython = python3.10
7240commands = pytest -v --doctest-modules --ignore benchmark --doctest-glob =" README.md" {posargs}
You can’t perform that action at this time.
0 commit comments