add dronefile

This commit is contained in:
Philipp Rothmann 2022-04-29 15:58:11 +02:00
parent b8d1998bb3
commit 4b05414998

View file

@ -3,8 +3,9 @@ name: default
steps: steps:
- name: test - name: test
image: python image: docker/compose:1.23.2
commands: commands:
- pip install -r requirements.txt - make init
- pytest - make up
- make test