summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2020-01-24 17:26:10 +0100
committerDaniel Hahler <git@thequod.de>2020-01-24 17:26:10 +0100
commitf8654e6656b7bdbc714224d2132fe6b73423f676 (patch)
treec0b3047d1e5a9384bed18917d21f08e203c3fc4a
parent0d4f479aa808991e410abf12b10959425f5aed75 (diff)
downloadpytest-f8654e6656b7bdbc714224d2132fe6b73423f676.tar.gz
ci: Travis: removing linting,docs,doctesting
This is handled by GHA already, and not affected/required for coverage.
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 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.