Skip to content

Instantly share code, notes, and snippets.

@harishvc
Last active January 25, 2016 15:32
Show Gist options
  • Save harishvc/0d0e624a868657dfe22a to your computer and use it in GitHub Desktop.
Save harishvc/0d0e624a868657dfe22a to your computer and use it in GitHub Desktop.
.travis.yml
language: python
python:
- '2.7'
env:
global:
- secure: **something special**
- secure: **something special**
addons:
sauce_connect: true
services:
- redis-server
before_script:
- python RunFlask.py worker.py &
- python worker.py &
script: python test/travis-testcases.py
branches:
only:
- master
deploy:
provider: heroku
app: cedar14-githubanalytics
api_key:
- secure: **something special**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment