mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
Remove duplicate version mapping.
This commit is contained in:
parent
e2e2cc8485
commit
124ca26901
1 changed files with 2 additions and 8 deletions
10
tox.ini
10
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue