Requirements and Travis config
This commit is contained in:
parent
42a62f6c88
commit
41bbac8f8a
2 changed files with 12 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
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
requirements.txt
Normal file
1
requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
jsonschema
|
Loading…
Add table
Add a link
Reference in a new issue