mtl-aas/.drone.yml
Marcell Vazquez-Chanlatte 500438ba85 switch to drone.yml
2020-02-10 10:20:44 -08:00

14 lines
No EOL
254 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: python:3.6
environment:
CODECOV_TOKEN:
from_secret: codecov_token
commands:
- pip install poetry
- poetry install
- poetry run pytest --flake8 --cov=mtl
- poetry run codecov