Skip to content

Commit

Permalink
Run unit tests on cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 4, 2019
1 parent b32fb18 commit 7abd19d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
steps:
- name: 'python:3.7-slim'
id: Unit Tests
entrypoint: /bin/sh
args:
- -c
- 'pip install -r requirements.txt && pip install -r tests/requirements.txt && python -m pytest -W ignore::DeprecationWarning -v'

0 comments on commit 7abd19d

Please sign in to comment.