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:
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue