adding numpy to drone.yml

main
Thomas BARBIER 2 years ago
parent ffb06c65f1
commit 703e583a18

@ -10,6 +10,7 @@ steps:
image: python:3.7 image: python:3.7
commands: commands:
- pip install parameterized - pip install parameterized
- pip install numpy
- python -m unittest discover -v -p *_ut.py - python -m unittest discover -v -p *_ut.py
- name: code-analysis - name: code-analysis

Loading…
Cancel
Save