summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-19 23:14:48 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-20 15:08:49 +0100
commitea9638d63e2a76ae43d273337c09c983ae8076d9 (patch)
tree7b36f2526670ceeabc336a7db96cd2f6b2bba968
parent1e05154a7632045e8fdc318bb0e31e568101a974 (diff)
downloadpylint-git-ea9638d63e2a76ae43d273337c09c983ae8076d9.tar.gz
Remove pre-commit part that are in github action from travis.yml
-rw-r--r--.travis.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index e985a2820..3ba9f2e45 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,14 +7,8 @@ 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
python: 3.6