From 627cca6129c8fdca1a4e6db414b283d84bb0e2cc Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Tue, 17 Jan 2023 10:56:14 +0900 Subject: [PATCH] Drop Travis CI configuration --- .travis.yml | 15 --------------- README.rst | 4 ++-- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 41054cf..0000000 --- a/.travis.yml +++ /dev/null @@ -1,15 +0,0 @@ -language: python -cache: pip - -matrix: - include: - - python: "2.7" - - python: "3.4" - - python: "3.5" - - python: "3.6" - - python: "3.7" - dist: xenial - - python: "pypy" - -script: - - python setup.py test diff --git a/README.rst b/README.rst index 173734d..5f1581c 100644 --- a/README.rst +++ b/README.rst @@ -282,5 +282,5 @@ http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations. -.. |Build Status| image:: https://travis-ci.org/tumblr/pytumblr.png?branch=master - :target: https://travis-ci.org/tumblr/pytumblr +.. |Build Status| image:: https://github.com/tumblr/pytumblr/actions/workflows/ci.yaml/badge.svg + :target: https://github.com/tumblr/pytumblr/actions/workflows/ci.yaml