Created
August 28, 2019 19:56
-
-
Save ohld/f0ca19802b93893328f9d535b4fe19cd to your computer and use it in GitHub Desktop.
Travis config to run any python script on Travis machine
This file contains hidden or 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 | |
| cache: | |
| - pip | |
| python: | |
| - "3.6" | |
| install: | |
| - pip install -r requirements.txt | |
| script: | |
| - python bot.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment