Feat/drone ci #3

Merged
KevinMidboe merged 9 commits from feat/drone-ci into master 2021-07-03 17:16:33 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 2f02a6dd80 - Show all commits

View File

@@ -19,7 +19,7 @@ steps:
image: python:3.8
commands:
- python setup.py install
- pip install pytest coverage codecov
- pip install -r requirements-dev.txt
- coverage run -m pytest
- codecov -t $CODECOV_TOKEN
environment:

View File

@@ -3,3 +3,4 @@
# dependencies for testing
pytest>=3.2.5
codecov>=1.4.0
coverage==5.5