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 a16b897 commit f587bfaCopy full SHA for f587bfa
.github/workflows/tox.yml
@@ -7,6 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions/setup-python@v2
9
- run: pip install --upgrade pip
10
+ - run: pip install tox
11
- run: tox -e lint
12
13
tox-docs-lint:
@@ -15,6 +16,7 @@ jobs:
15
16
17
18
19
20
- run: tox -e docs-lint
21
22
tox-pycodestyle:
@@ -23,6 +25,7 @@ jobs:
23
25
24
26
27
28
29
- run: tox -e pycodestyle
30
31
tox:
0 commit comments