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