mirror of
https://github.com/cool-RR/PySnooper.git
synced 2026-01-23 10:15:11 +00:00
Disable unused Travis jobs
This commit is contained in:
parent
b805ea0dc4
commit
f8cd6692ba
1 changed files with 15 additions and 15 deletions
30
.travis.yml
30
.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: <your-pypi-password-here-encrypted-using-the-travis-cli>
|
||||
on:
|
||||
tags: true
|
||||
#- stage: deploy
|
||||
# install: skip
|
||||
# script: skip
|
||||
# deploy:
|
||||
# provider: pypi
|
||||
# distributions: sdist bdist_wheel
|
||||
# user: cool-RR
|
||||
# password:
|
||||
# secure: <your-pypi-password-here-encrypted-using-the-travis-cli>
|
||||
# on:
|
||||
# tags: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue