add dronefile

main
Philipp Rothmann 2022-04-29 15:58:11 +02:00
parent b8d1998bb3
commit 4b05414998
1 changed files with 4 additions and 3 deletions

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