Skip to content

Commit 2b1f6e1

Browse files
author
Joachim Jablon
committed
Dix docs tox target & ci
1 parent 05fd14e commit 2b1f6e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
python_version: "3"
5555
tox_env: lint
5656

57-
- name: Doc
57+
- name: Docs
5858
python_version: "3"
59-
tox_env: doc
59+
tox_env: docs
6060

6161
name: "${{ matrix.name }}"
6262
runs-on: ubuntu-latest

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist =
44
py39-django{22,30,31,40}
55
py{37,38,39,310}-django32,
66
linters
7+
docs
78

89
[testenv]
910
usedevelop = True

0 commit comments

Comments
 (0)