Remove duplicate version mapping.

This commit is contained in:
Jannis Leidel 2020-11-29 14:54:15 +01:00
parent e2e2cc8485
commit 124ca26901
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

10
tox.ini
View file

@ -3,11 +3,11 @@ envlist =
py{36,37,38,39}-dj{21,22,30,31,master}
flake8
[travis]
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38
3.8: py38, flake8
3.9: py39
[testenv]
@ -46,9 +46,3 @@ ignore =
W503 ; line break before binary operator
E402 ; module level import not at top of file
E501 ; line too long
[gh-actions]
python =
3.6: py36
3.7: py37
3.8: py38, flake8