Requirements and Travis config

This commit is contained in:
mvaradi 2018-10-12 17:26:24 +01:00
parent 42a62f6c88
commit 41bbac8f8a
2 changed files with 12 additions and 0 deletions

11
.travis.yml Normal file
View 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
View file

@ -0,0 +1 @@
jsonschema