From f8cd6692bac33bfa55045133a2d3a5db2d42fbe5 Mon Sep 17 00:00:00 2001 From: Ram Rachum Date: Fri, 3 May 2019 18:46:32 +0300 Subject: [PATCH] Disable unused Travis jobs --- .travis.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.travis.yml b/.travis.yml index b03efa6..bd2e4c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ script: stages: - lint - test -- deploy +#- deploy matrix: allow_failures: @@ -29,19 +29,19 @@ matrix: jobs: include: - - { stage: lint, python: 3.7, env: TOXENV=flake8 } - - { stage: lint, python: 3.7, env: TOXENV=pylint } - - { stage: lint, python: 3.7, env: TOXENV=bandit } + #- { stage: lint, python: 3.7, env: TOXENV=flake8 } + #- { stage: lint, python: 3.7, env: TOXENV=pylint } + #- { stage: lint, python: 3.7, env: TOXENV=bandit } - { stage: lint, python: 3.7, env: TOXENV=readme } - - stage: deploy - install: skip - script: skip - deploy: - provider: pypi - distributions: sdist bdist_wheel - user: cool-RR - password: - secure: - on: - tags: true + #- stage: deploy + # install: skip + # script: skip + # deploy: + # provider: pypi + # distributions: sdist bdist_wheel + # user: cool-RR + # password: + # secure: + # on: + # tags: true