Skip to content

Commit

Permalink
tox: rename checkqa -> linting
Browse files Browse the repository at this point in the history
Match pytest-dev/pytest.
  • Loading branch information
bluetech committed Nov 28, 2021
1 parent 14c0478 commit 2a30586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
include:
- name: checkqa,docs
- name: linting,docs
python: 3.8
allow_failure: false

Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ envlist =
py37-dj{32,31,22}-postgres
py36-dj{32,31,22}-postgres
py35-dj{22}-postgres
checkqa
linting

[testenv]
extras = testing
Expand Down Expand Up @@ -49,7 +49,7 @@ commands =
coverage: coverage report
coverage: coverage xml

[testenv:checkqa]
[testenv:linting]
extras =
deps =
flake8
Expand Down

0 comments on commit 2a30586

Please sign in to comment.