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 22cd840 commit 112c386Copy full SHA for 112c386
.travis.yml
@@ -18,7 +18,6 @@ before_script:
18
- "./cc-test-reporter before-build"
19
script:
20
- tox -e lint
21
-- tox -e doclint
22
- tox -e isort
23
- tox -e mypy
24
- tox -e tests
setup.cfg
@@ -70,7 +70,7 @@ warn_unused_configs = True
70
[tox:tox]
71
envlist =
72
lint,
73
- doclint,
+ # doclint,
74
isort,
75
mypy,
76
tests
0 commit comments