11 líneas
164 B
YAML
11 líneas
164 B
YAML
language: python
|
|
python:
|
|
- "3.6"
|
|
|
|
install:
|
|
- pip install .[test]
|
|
- pip install codecov
|
|
script: python setup.py pytest
|
|
after_script: codecov
|
|
|
|
cache: pip
|