Files
logistic_map/.drone.yml
Jan-Niclas Walther 6bf1ad5180
Some checks reported errors
continuous-integration/drone/push Build was killed
Add missing colons
2020-07-08 18:45:30 +02:00

10 lines
142 B
YAML

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