Skip to content

Commit f587bfa

Browse files
cclaussjavabrett
authored andcommitted
GitHub Action to run tox
1 parent a16b897 commit f587bfa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions/setup-python@v2
99
- run: pip install --upgrade pip
10+
- run: pip install tox
1011
- run: tox -e lint
1112

1213
tox-docs-lint:
@@ -15,6 +16,7 @@ jobs:
1516
- uses: actions/checkout@v2
1617
- uses: actions/setup-python@v2
1718
- run: pip install --upgrade pip
19+
- run: pip install tox
1820
- run: tox -e docs-lint
1921

2022
tox-pycodestyle:
@@ -23,6 +25,7 @@ jobs:
2325
- uses: actions/checkout@v2
2426
- uses: actions/setup-python@v2
2527
- run: pip install --upgrade pip
28+
- run: pip install tox
2629
- run: tox -e pycodestyle
2730

2831
tox:

0 commit comments

Comments
 (0)