From ef0cc66a9cc18f15f48341e5c28e0b28ce010f4b Mon Sep 17 00:00:00 2001 From: Joseph Nuthalapati Date: Tue, 24 Oct 2017 14:58:47 +0530 Subject: [PATCH] ci: Remove Travis CI - Replace travis-ci's badge with circle-ci's badge in README - Remove .travis.yml - Remove requirements.txt Signed-off-by: Joseph Nuthalapati Reviewed-by: James Valleroy --- .travis.yml | 34 ---------------------------------- README.md | 3 +-- requirements.txt | 13 ------------- 3 files changed, 1 insertion(+), 49 deletions(-) delete mode 100644 .travis.yml delete mode 100644 requirements.txt diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 41ef24e97..000000000 --- a/.travis.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Travis-CI configuration file for Plinth - -dist: trusty -sudo: required -language: generic - -env: - - DJANGO_VERSION=">=1.11.0" - -# Debian packages required -before_install: - - sudo apt-get update -qq - - sudo apt-get -y install augeas-tools python3-dev python3-gi libaugeas-dev python3-configobj - -# Command to install dependencies -install: - - virtualenv --python=/usr/bin/python3 --system-site-packages _venv - - source _venv/bin/activate - - pip install Django$DJANGO_VERSION - - pip install coverage==3.7 - - pip install -r requirements.txt - -# Command to run tests -script: python3 setup.py test - -notifications: - email: - on_success: change - on_failure: always - irc: - channels: - - "irc.oftc.net#freedombox-ci" - on_success: always - on_failure: always diff --git a/README.md b/README.md index af0ef34ed..3c12a47e7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -[![Build Status](https://travis-ci.org/freedombox/Plinth.svg?branch=master)](https://travis-ci.org/freedombox/Plinth) -[![CircleCI](https://circleci.com/gh/freedombox/Plinth.svg?style=svg)](https://circleci.com/gh/freedombox/Plinth) +[![Build Status](https://circleci.com/gh/freedombox/Plinth.svg?branch=master)](https://circleci.com/gh/freedombox/Plinth) [![Translation status](https://hosted.weblate.org/widgets/freedombox/-/shields-badge.svg)](https://hosted.weblate.org/engage/freedombox/?utm_source=widget) [![Debian Unstable](https://badges.debian.net/badges/debian/unstable/plinth/version.svg)](https://packages.debian.org/unstable/plinth) [![Debian Testing](https://badges.debian.net/badges/debian/testing/plinth/version.svg)](https://packages.debian.org/testing/plinth) diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 0264ea2c5..000000000 --- a/requirements.txt +++ /dev/null @@ -1,13 +0,0 @@ -cherrypy >= 3.0 -configobj -coverage >= 3.7 -django >= 1.11.0 -django-axes -django-bootstrap-form -django-simple-captcha -django-stronghold -psutil -python-apt -python-augeas -requests -ruamel.yaml