From f8654e6656b7bdbc714224d2132fe6b73423f676 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Fri, 24 Jan 2020 17:26:10 +0100 Subject: [PATCH] ci: Travis: removing linting,docs,doctesting This is handled by GHA already, and not affected/required for coverage. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1520926b0..59c7951e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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.