add dronefile
This commit is contained in:
parent
b8d1998bb3
commit
4b05414998
1 changed files with 4 additions and 3 deletions
|
@ -3,8 +3,9 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: test
|
||||
image: python
|
||||
image: docker/compose:1.23.2
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
- pytest
|
||||
- make init
|
||||
- make up
|
||||
- make test
|
||||
|
||||
|
|
Loading…
Reference in a new issue