docker-python/.travis.yml

20 lines
253 B
YAML

language: python
python:
- "3.8"
services:
- docker
install: skip
script:
- bash ./deploy.sh sartography/cr-connect-python-base
notifications:
email:
on_success: change
on_failure: always
recipients:
- dan@sartography.com