From d7cc68b1ebe677671d0677c97fb06280f7a3b53e Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 30 Dec 2020 21:36:25 +0100 Subject: [PATCH] Remove non-functional travisci Travis CI times out and as this repository will moved to Gitlab in the future Github Actions will do for now. --- .coveragerc | 1 - .travis.yml | 14 -------------- README.md | 4 +--- 3 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.coveragerc b/.coveragerc index 02b787e9..08e69ac6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -8,4 +8,3 @@ omit = env* settings.py local_settings.py - /home/travis/virtualenv* diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 8c069249..00000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -dist: xenial -language: python -python: - - "3.7" -cache: pip -install: "pip install -r requirements.txt && pip install coveralls flake8" - -script: - - python manage.py collectstatic --noinput - - coverage run --rcfile .coveragerc manage.py test - - flake8 --exclude "*/migrations/" devel main mirrors news packages releng templates todolists visualize *.py - -after_success: - - coveralls diff --git a/README.md b/README.md index 7f7f655c..ca8c5d28 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Archweb README -[![Actions Status](https://github.com/archlinux/archweb/workflows/Github-Actions/badge.svg)](https://github.com/archlinux/archweb/actions) -[![Build Status](https://travis-ci.com/archlinux/archweb.svg?branch=master)](https://travis-ci.com/archlinux/archweb) -[![Coverage Status](https://coveralls.io/repos/github/archlinux/archweb/badge.svg?branch=master)](https://coveralls.io/github/archlinux/archweb?branch=master) +[![Build Status](https://github.com/archlinux/archweb/workflows/Github-Actions/badge.svg)](https://github.com/archlinux/archweb/actions) To get a pretty version of this document, run