Skip to content

Commit 13e06b4

Browse files
committed
Remove tox-gha-actions configuration
We removed the Tox plugin used on GHA earlier, but forgot about this section.
1 parent 4c43fea commit 13e06b4

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

tox.ini

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Tox (https://tox.wiki/) - run tests in isolation using virtualenv.
2-
# Also contains config settings for tools that don't look into pyproject.toml.
32

43
[tox]
54
envlist =
@@ -12,20 +11,6 @@ envlist =
1211
docs
1312
clean
1413

15-
[gh-actions]
16-
fail_on_no_env = True
17-
python =
18-
3.5: py35
19-
3.6: py36
20-
3.7: py37
21-
3.8: py38
22-
3.9: py39
23-
3.10: py310
24-
3.11: py311
25-
3.12: py312
26-
pypy-3.8: pypy38
27-
pypy-3.9: pypy39
28-
2914
[testenv]
3015
description = Unit tests
3116
deps =

0 commit comments

Comments
 (0)