Files
logistic_map/.drone.yml
Jan-Niclas Walther 1b2d3910cb
All checks were successful
continuous-integration/drone/push Build is passing
testing
2020-07-13 23:20:55 +02:00

14 lines
178 B
YAML

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