13 lines
164 B
YAML
13 lines
164 B
YAML
language: python
|
|
python:
|
|
- '2.7'
|
|
|
|
install:
|
|
- pip install pipenv
|
|
- make dependencies
|
|
|
|
script:
|
|
- make test
|
|
- make coverage_publish
|
|
- make coverage_report
|