Skip to content

Commit 3431f56

Browse files
committed
Travis: Remove flake8 and black.
They run in Github Actions.
1 parent fb3e6a1 commit 3431f56

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.travis.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,20 +60,6 @@ jobs:
6060
script:
6161
- cd django-${DJANGO_VERSION}/tests/
6262
- ./runtests.py --parallel=2 --settings=test_mysql
63-
- name: flake8
64-
python: "3.8"
65-
install:
66-
- pip install -U pip
67-
- pip install flake8
68-
script:
69-
- flake8 --ignore=E203,E501,W503 --max-line-length=88 .
70-
- name: black
71-
python: "3.8"
72-
install:
73-
- pip install -U pip
74-
- pip install black
75-
script:
76-
- black --check --exclude=doc/ .
7763
#- &django_3_0
7864
# <<: *django_2_2
7965
# name: "Django 3.0 test (Python 3.8)"

0 commit comments

Comments
 (0)