diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 46f29a9..1a181ad 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,7 +9,8 @@ steps: - name: default image: python commands: - - pip install numpy + - pip install numpy + - pytest trigger: branch: - master