Skip to content

Commit 2a30586

Browse files
committed
tox: rename checkqa -> linting
Match pytest-dev/pytest.
1 parent 14c0478 commit 2a30586

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
include:
54-
- name: checkqa,docs
54+
- name: linting,docs
5555
python: 3.8
5656
allow_failure: false
5757

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ envlist =
66
py37-dj{32,31,22}-postgres
77
py36-dj{32,31,22}-postgres
88
py35-dj{22}-postgres
9-
checkqa
9+
linting
1010

1111
[testenv]
1212
extras = testing
@@ -49,7 +49,7 @@ commands =
4949
coverage: coverage report
5050
coverage: coverage xml
5151

52-
[testenv:checkqa]
52+
[testenv:linting]
5353
extras =
5454
deps =
5555
flake8

0 commit comments

Comments
 (0)