Skip to content

Instantly share code, notes, and snippets.

@ohld
Created August 28, 2019 19:56
Show Gist options
  • Select an option

  • Save ohld/f0ca19802b93893328f9d535b4fe19cd to your computer and use it in GitHub Desktop.

Select an option

Save ohld/f0ca19802b93893328f9d535b4fe19cd to your computer and use it in GitHub Desktop.
Travis config to run any python script on Travis machine
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