forked from GithubBackups/healthchecks
Update build badge, remove Travis configuration
This commit is contained in:
parent
62fcd30ce8
commit
b9abcbcdee
21
.travis.yml
21
.travis.yml
@ -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,6 +1,6 @@
|
|||||||
# Healthchecks
|
# Healthchecks
|
||||||
|
|
||||||
[](https://travis-ci.org/healthchecks/healthchecks)
|

|
||||||
[](https://coveralls.io/github/healthchecks/healthchecks?branch=master)
|
[](https://coveralls.io/github/healthchecks/healthchecks?branch=master)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user