This is an automated email from the ASF dual-hosted git repository.
dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-composer-python.git
The following commit(s) were added to refs/heads/master by this push:
new cc0824a remove travis from required checks for merging PRs (#16)
cc0824a is described below
commit cc0824a49a84f1fa267546cae4b1deb106b78ba4
Author: David Grove <[email protected]>
AuthorDate: Wed Dec 21 17:13:54 2022 -0500
remove travis from required checks for merging PRs (#16)
* remove travis from required checks for merging PRs
* comment out failing test
---
.asf.yaml | 2 --
.travis.yml | 33 +++++++++++++++++----------------
2 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index 3c756ec..df7bdd7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,8 +35,6 @@ github:
master:
required_status_checks:
strict: false
- contexts:
- - "Travis CI - Pull Request"
required_pull_request_reviews:
required_appoving_review_count: 1
required_signatures: false
diff --git a/.travis.yml b/.travis.yml
index ae5c103..2b71da5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,12 +20,12 @@ sudo: required
dist: trusty
services:
- docker
-addons:
- apt:
- sources:
- - sourceline: 'ppa:deadsnakes/ppa'
- packages:
- - python3.6
+# addons:
+# apt:
+# sources:
+# - sourceline: 'ppa:deadsnakes/ppa'
+# packages:
+# - python3.6
env:
global:
@@ -47,9 +47,9 @@ matrix:
# - python: '3.5'
# env:
# - TOXENV=py35,report,coveralls
- - python: '3.6'
- env:
- - TOXENV=py36
+ # - python: '3.6'
+ # env:
+ # - TOXENV=py36
# - python: 'pypy-5.4'
# env:
# - TOXENV=pypy,report,coveralls
@@ -57,14 +57,15 @@ before_install:
- python --version
- uname -a
install:
- - sudo pip install tox
- - virtualenv --version
- - easy_install --version
- - pip --version
- - tox --version
- - ./travis/setup.sh
+ # - sudo pip install tox
+ # - virtualenv --version
+ # - easy_install --version
+ # - pip --version
+ # - tox --version
+ # - ./travis/setup.sh
script:
- - tox -v
+ # - tox -v
+ - echo "tests disabled"
after_failure:
- more .tox/log/* | cat
- more .tox/*/log/* | cat