Feat/drone ci #3

Merged
KevinMidboe merged 9 commits from feat/drone-ci into master 2021-07-03 17:16:33 +00:00
Showing only changes of commit 69991340e6 - Show all commits

View File

@@ -19,6 +19,6 @@ steps:
image: python:3.8
commands:
- python setup.py install
- pip install pytest coverage
- pip install pytest coverage codecov
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN