All checks were successful
continuous-integration/drone/push Build is passing
16 lines
229 B
YAML
16 lines
229 B
YAML
---
|
|
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: python
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- pytest
|
|
---
|
|
kind: signature
|
|
hmac: c96ed440ae544005570aa462c4b98bb82cc075c8d9469e058783d6d297eacaac
|
|
|
|
...
|