Browse Source

Update build badge, remove Travis configuration

pull/456/head
Pēteris Caune 4 years ago
parent
commit
b9abcbcdee
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
2 changed files with 1 additions and 22 deletions
  1. +0
    -21
      .travis.yml
  2. +1
    -1
      README.md

+ 0
- 21
.travis.yml View File

@ -1,21 +0,0 @@
dist: xenial
language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install braintree coveralls mock mysqlclient reportlab apprise
env:
- DB=sqlite
- DB=mysql
- DB=postgres
services:
- mysql
addons:
postgresql: "9.6"
script:
- coverage run --omit=*/tests/* --source=hc manage.py test
after_success: coveralls
cache: pip

+ 1
- 1
README.md View File

@ -1,6 +1,6 @@
# Healthchecks # Healthchecks
[![Build Status](https://travis-ci.org/healthchecks/healthchecks.svg?branch=master)](https://travis-ci.org/healthchecks/healthchecks)
![Build Status](https://github.com/healthchecks/healthchecks/workflows/Django%20CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master) [![Coverage Status](https://coveralls.io/repos/healthchecks/healthchecks/badge.svg?branch=master&service=github)](https://coveralls.io/github/healthchecks/healthchecks?branch=master)


Loading…
Cancel
Save