Skip to content

Commit 3657e95

Browse files
committed
simplify tox config
1 parent b26edf2 commit 3657e95

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
[tox]
2-
envlist = py36,py38,py39,py310,py311,lint
2+
envlist = py38,py39,py310,py311,lint
33

44
[testenv]
55
deps = -r{toxinidir}/test-requirements.txt
6+
commands = pytest
67

78
[testenv:py38]
89
basepython = python3.8
9-
commands = pytest
1010

1111
[testenv:py39]
1212
basepython = python3.9
13-
commands = pytest
1413

1514
[testenv:py310]
1615
basepython = python3.10
17-
commands = pytest
1816

1917
[testenv:py311]
2018
basepython = python3.11
21-
commands = pytest
2219

2320
[testenv:lint]
2421
commands = flake8 --config ./lint-configs/python/.flake8 st2auth_flat_file_backend/

0 commit comments

Comments
 (0)