Skip to content

Commit 18f78ff

Browse files
committed
Comment out coverage & release on travis
While testing github actions, we don't want to remove travis entirely yet, but should disable duplicate functionality.
1 parent 07e7289 commit 18f78ff

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.travis.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -53,24 +53,24 @@ jobs:
5353
services:
5454
- postgresql
5555

56-
- stage: test_release
57-
python: 3.8
58-
env: TOXENV=py38-dj31-postgres
59-
services:
60-
- postgresql
56+
# - stage: test_release
57+
# python: 3.8
58+
# env: TOXENV=py38-dj31-postgres
59+
# services:
60+
# - postgresql
6161

62-
- stage: release
63-
script: skip
64-
install: skip
65-
after_success: true
66-
deploy:
67-
provider: pypi
68-
user: blueyed
69-
password:
70-
secure: "FY7qbX/N0XRcH8hVk00SsQWvNIkuxKvY7Br4ghRnHvleHG3YulJ7WbJnik+9eoBGeMfJeNyzBfVjpeo1ZIq9IZBiyTdNfG/sZFsC5LOoG/CPxPH3nD9JktI2HoBMnlSbGg/MMHjY+wXuOY647U/3qNedcnQmGztYt6QWi5DRxu8="
71-
on:
72-
tags: true
73-
distributions: "sdist bdist_wheel"
62+
# - stage: release
63+
# script: skip
64+
# install: skip
65+
# after_success: true
66+
# deploy:
67+
# provider: pypi
68+
# user: blueyed
69+
# password:
70+
# secure: "FY7qbX/N0XRcH8hVk00SsQWvNIkuxKvY7Br4ghRnHvleHG3YulJ7WbJnik+9eoBGeMfJeNyzBfVjpeo1ZIq9IZBiyTdNfG/sZFsC5LOoG/CPxPH3nD9JktI2HoBMnlSbGg/MMHjY+wXuOY647U/3qNedcnQmGztYt6QWi5DRxu8="
71+
# on:
72+
# tags: true
73+
# distributions: "sdist bdist_wheel"
7474

7575
# NOTE: does not show up in "allowed failures" section, but is allowed to
7676
# fail (for the "test" stage).
@@ -82,21 +82,21 @@ stages:
8282
if: tag IS NOT present
8383
- name: test
8484
if: tag IS NOT present
85-
- name: test_release
86-
if: tag IS present
87-
- name: release
88-
if: tag IS present
85+
# - name: test_release
86+
# if: tag IS present
87+
# - name: release
88+
# if: tag IS present
8989

9090
install:
9191
- pip install tox==3.20.0
9292

9393
script:
9494
- tox
9595

96-
after_success:
97-
- |
98-
set -ex
99-
if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
100-
bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout
101-
fi
102-
set +ex
96+
# after_success:
97+
# - |
98+
# set -ex
99+
# if [[ "${TOXENV%-coverage}" != "$TOXENV" ]]; then
100+
# bash <(curl -s https://codecov.io/bash) -Z -X gcov -X xcode -X gcovout
101+
# fi
102+
# set +ex

0 commit comments

Comments
 (0)