summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBrett Holman <bholman.devel@gmail.com>2022-02-02 14:21:00 -0700
committerGitHub <noreply@github.com>2022-02-02 15:21:00 -0600
commit7522845dfe8851b7b4f3e9924810b9ccf282bb6e (patch)
tree0f40492cf5bc32bc5084ca9a4cf8983abf963271 /.travis.yml
parent490cefd72d6e282804b877e9448438247e956f34 (diff)
downloadvyos-cloud-init-7522845dfe8851b7b4f3e9924810b9ccf282bb6e.tar.gz
vyos-cloud-init-7522845dfe8851b7b4f3e9924810b9ccf282bb6e.zip
spell check docs with spellintian (#1223)
Fix spelling errors - Add Makefile target that checks for spelling errors - Add Makefile target that fixes spelling errors - Add spelling check to travis doc tests - Fix various spelling errors in the docs
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d10c912c..2e79f2b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -140,6 +140,13 @@ matrix:
env: TOXENV=isort
- python: 3.7
env: TOXENV=doc
+ install:
+ - git fetch --unshallow
+ - sudo apt-get install lintian
+ - pip install tox
+ script:
+ - make check_spelling
+ - tox
# Test all supported Python versions (but at the end, so we schedule
# longer-running jobs first)
- python: "3.10.1"