Skip to content

Commit

Permalink
Merge pull request leg100#1 from leg100/feature/cloud-build-tests
Browse files Browse the repository at this point in the history
Run unit tests on cloud build
  • Loading branch information
leg100 authored Oct 4, 2019
2 parents c4c1ced + 7abd19d commit b55fd17
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 b55fd17

Please sign in to comment.