Skip to content

Commit 112c386

Browse files
committed
chore: remove doclint from CI/CD and tox line-up
1 parent 22cd840 commit 112c386

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ before_script:
1818
- "./cc-test-reporter before-build"
1919
script:
2020
- tox -e lint
21-
- tox -e doclint
2221
- tox -e isort
2322
- tox -e mypy
2423
- tox -e tests

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ warn_unused_configs = True
7070
[tox:tox]
7171
envlist =
7272
lint,
73-
doclint,
73+
# doclint,
7474
isort,
7575
mypy,
7676
tests

0 commit comments

Comments
 (0)