diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
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" |