ci: Travis: removing linting,docs,doctesting

This is handled by GHA already, and not affected/required for coverage.
This commit is contained in:
Daniel Hahler 2020-01-24 17:26:10 +01:00
parent 0d4f479aa8
commit f8654e6656
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ jobs:
python: '3.5.1'
dist: trusty
- env: TOXENV=linting,docs,doctesting PYTEST_COVERAGE=1
cache:
directories:
- $HOME/.cache/pre-commit
before_script:
- |
# Do not (re-)upload coverage with cron runs.