1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 23:29:42 +00:00
This commit is contained in:
Emma 2019-06-27 12:56:51 -06:00
parent 5794922546
commit 4c81a8580c

View file

@ -2,7 +2,7 @@ kind: pipeline
name: default name: default
steps: steps:
- test - name: test
image: python:3.6 image: python:3.6
commands: commands:
- pip install coverage pytest - pip install coverage pytest