Files
logistic_map/.drone.yml
Jan-Niclas Walther 325bea9b3a
All checks were successful
continuous-integration/drone/push Build is passing
Revert pipeline name
2020-07-13 23:44:25 +02:00

14 lines
177 B
YAML

kind: pipeline
name: default
platform:
os: linux
arch: arm
steps:
- name: test
image: python
commands:
- pip install -r requirements.txt
- pytest --flake8 --isort