From bddda8804d1f47d2a339278b3b3f9748800afaeb Mon Sep 17 00:00:00 2001 From: Mihaly Varadi Date: Fri, 19 Oct 2018 10:38:02 +0100 Subject: [PATCH] Update for GitLab --- .travis.yml | 11 ----------- README.md | 4 ---- 2 files changed, 15 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index b2260d4..0000000 --- a/.travis.yml +++ /dev/null @@ -1,11 +0,0 @@ -language: python -python: - - 3.6 -install: - - pip install codecov - - pip install pytest-cov - - pip install -r requirements.txt -script: - - pytest tests --cov=validator -after_success: - - codecov \ No newline at end of file diff --git a/README.md b/README.md index 66a5b45..c8f500e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ FunPDBe JSON Validator ====================== -[![Build Status](https://travis-ci.org/funpdbe-consortium/funpdbe-validator.svg?branch=master)](https://travis-ci.org/funpdbe-consortium/funpdbe-validator) -[![codecov](https://codecov.io/gh/funpdbe-consortium/funpdbe-validator/branch/master/graph/badge.svg)](https://codecov.io/gh/funpdbe-consortium/funpdbe-validator) -[![Maintainability](https://api.codeclimate.com/v1/badges/7b7786745ea63451187e/maintainability)](https://codeclimate.com/github/funpdbe-consortium/funpdbe-validator/maintainability) - This Python3 client can be used for validating FunPDBe JSON files. It performs various sanity checks, and validates user JSONs against the FunPDBe schema. For more information on the FunPDBe initiative, visit https://funpdbe.org