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-19 23:14:48 +0100
commitdddfb39c586426c229fe658884e74e0daa0e8048 (patch)
tree1be5443683632afa872b705a454c89c5360d8ddc
parentdaef4f0fb8b1e1860721ad0e37c2f812c7f68ae4 (diff)
downloadpylint-git-github-actions.tar.gz
Remove pre-commit part that are in github action from travis.ymlgithub-actions
-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