From dddfb39c586426c229fe658884e74e0daa0e8048 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 19 Feb 2021 23:14:48 +0100 Subject: Remove pre-commit part that are in github action from travis.yml --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e985a2820..3ba9f2e45 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,13 +7,7 @@ jobs: include: - stage: prechecks python: 3.6 - env: TOXENV=pylint - - python: 3.6 env: TOXENV=docs - - python: 3.6 - env: TOXENV=formatting - - python: 3.6 - env: TOXENV=mypy - python: 3.6 env: TOXENV=spelling - stage: tests-cpython -- cgit v1.2.1