Fix/drone setup missing packages #4

Merged
KevinMidboe merged 7 commits from fix/drone-setup-missing-packages into master 2021-07-04 14:18:00 +00:00
Showing only changes of commit 241a42b31d - Show all commits

View File

@@ -11,6 +11,7 @@ steps:
- name: Install python
image: python:3.8
commands:
- pip install -r requirements.txt
- python setup.py install
- pip install pytest
- pytest