Update for GitLab
This commit is contained in:
parent
b378232e52
commit
bddda8804d
2 changed files with 0 additions and 15 deletions
11
.travis.yml
11
.travis.yml
|
@ -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
|
|
|
@ -1,10 +1,6 @@
|
||||||
FunPDBe JSON Validator
|
FunPDBe JSON Validator
|
||||||
======================
|
======================
|
||||||
|
|
||||||
[](https://travis-ci.org/funpdbe-consortium/funpdbe-validator)
|
|
||||||
[](https://codecov.io/gh/funpdbe-consortium/funpdbe-validator)
|
|
||||||
[](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.
|
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
|
For more information on the FunPDBe initiative, visit https://funpdbe.org
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue