From e6bedbfcebf5fad8f89f556db2d3fcb04b3e0c7d Mon Sep 17 00:00:00 2001 From: shlomihod Date: Fri, 2 Apr 2021 15:57:34 +0300 Subject: [PATCH] finalize change to github actions --- .travis.yml | 41 ----------------------------------------- CHANGELOG.rst | 2 ++ README.rst | 6 +++--- 3 files changed, 5 insertions(+), 44 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 2b14ebc..0000000 --- a/.travis.yml +++ /dev/null @@ -1,41 +0,0 @@ -language: python -python: - - "3.6" - - "3.7" - - "3.7" - - "3.8" - # - "nightly" # nightly build - -cache: - pip: true - directories: - - .venv - -env: - global: - - RANDOM_SEED=0 - # https://github.com/travis-ci/travis-ci/issues/7940 - - BOTO_CONFIG=/dev/null - -before_install: - - "sudo apt-get install python3-tk" - # Work around https://github.com/jaraco/zipp/issues/40 - - python -m pip install -U --upgrade pip setuptools virtualenv - - python -m pip install -U --upgrade pipenv - - make doctor - -install: - - make install - -script: - - make ci - -after_success: - - python -m pip install -U coveralls scrutinizer-ocular - - coveralls - - ocular - -notifications: - email: - on_success: never - on_failure: never diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a28ff43..d28c05b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,8 @@ Revision History - Fix new pagacke dependencies +- Switch from Travis CI to Github Actions + 0.1.2 (2020/09/15) ------------------ diff --git a/README.rst b/README.rst index 005a3df..c5bc199 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ Responsibly :alt: Join the chat at https://gitter.im/ResponsiblyAI/responsibly :target: https://gitter.im/ResponsiblyAI/responsibly -.. image:: https://img.shields.io/travis/ResponsiblyAI/responsibly/master.svg - :target: https://travis-ci.org/ResponsiblyAI/responsibly - +.. image:: https://img.shields.io/github/workflow/status/ResponsiblyAI/responsibly/CI/master.svg + :target: https://github.com/ResponsiblyAI/responsibly/actions/workflows/ci.yml + .. image:: https://img.shields.io/coveralls/ResponsiblyAI/responsibly/master.svg :target: https://coveralls.io/r/ResponsiblyAI/responsibly