We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0478 commit 2a30586Copy full SHA for 2a30586
.github/workflows/main.yml
@@ -51,7 +51,7 @@ jobs:
51
fail-fast: false
52
matrix:
53
include:
54
- - name: checkqa,docs
+ - name: linting,docs
55
python: 3.8
56
allow_failure: false
57
tox.ini
@@ -6,7 +6,7 @@ envlist =
6
py37-dj{32,31,22}-postgres
7
py36-dj{32,31,22}-postgres
8
py35-dj{22}-postgres
9
- checkqa
+ linting
10
11
[testenv]
12
extras = testing
@@ -49,7 +49,7 @@ commands =
49
coverage: coverage report
50
coverage: coverage xml
-[testenv:checkqa]
+[testenv:linting]
extras =
deps =
flake8
0 commit comments