Skip to content

Instantly share code, notes, and snippets.

@robvanderleek
Last active April 9, 2017 10:03
Show Gist options
  • Save robvanderleek/a432f9dee82bbfd2056eef2896ca4e24 to your computer and use it in GitHub Desktop.
Save robvanderleek/a432f9dee82bbfd2056eef2896ca4e24 to your computer and use it in GitHub Desktop.
Buzz generator Travis configuration
sudo: required
services:
- docker
language: python
script:
- python -m pytest -v
after_success:
- sh .travis/deploy_dockerhub.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment