Skip to content

Commit 124ca26

Browse files
committed
Remove duplicate version mapping.
1 parent e2e2cc8 commit 124ca26

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tox.ini

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ envlist =
33
py{36,37,38,39}-dj{21,22,30,31,master}
44
flake8
55

6-
[travis]
6+
[gh-actions]
77
python =
88
3.6: py36
99
3.7: py37
10-
3.8: py38
10+
3.8: py38, flake8
1111
3.9: py39
1212

1313
[testenv]
@@ -46,9 +46,3 @@ ignore =
4646
W503 ; line break before binary operator
4747
E402 ; module level import not at top of file
4848
E501 ; line too long
49-
50-
[gh-actions]
51-
python =
52-
3.6: py36
53-
3.7: py37
54-
3.8: py38, flake8

0 commit comments

Comments
 (0)