Skip to content

Commit f9b63b0

Browse files
committed
Revert "I don't think gh uses tox python versions"
This reverts commit 865ae15.
1 parent 702a794 commit f9b63b0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

tox.ini

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# test suite on all supported python versions. To use it, "pip install tox"
44
# and then run "tox" from this directory.
55

6-
#[tox]
7-
#envlist = py35, py36, py37, py38, py39, py310
6+
[tox]
7+
envlist = py35, py36, py37, py38, py39, py310
88

9-
#[gh-actions]
10-
#python =
11-
#3.6: py36
12-
#3.7: py37
13-
#3.8: py38
14-
#3.9: py39
15-
#3.10: py310
9+
[gh-actions]
10+
python =
11+
3.6: py36
12+
3.7: py37
13+
3.8: py38
14+
3.9: py39
15+
3.10: py310
1616

1717

1818
[testenv]

0 commit comments

Comments
 (0)