Last active
July 7, 2018 06:40
-
-
Save nottyo/fae321f8207a1cc5df56d3726f522c72 to your computer and use it in GitHub Desktop.
.travis.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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