Skip to content

Instantly share code, notes, and snippets.

@nottyo
Last active July 7, 2018 06:40
Show Gist options
  • Save nottyo/fae321f8207a1cc5df56d3726f522c72 to your computer and use it in GitHub Desktop.
Save nottyo/fae321f8207a1cc5df56d3726f522c72 to your computer and use it in GitHub Desktop.
.travis.yml
language: python
python:
- 3.6
install:
- pip install -r requirements.txt
script:
- python -m unittest discover
branches:
only:
- master
deploy:
provider: heroku
api_key:
secure: <api_deploy_key>
app: nottyo-chatbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment