Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Last active July 16, 2019 11:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shaypal5/6003e0b2d13b8b0b86e6740ef5452942 to your computer and use it in GitHub Desktop.
Save shaypal5/6003e0b2d13b8b0b86e6740ef5452942 to your computer and use it in GitHub Desktop.
Bad example for a .travis.yml for Python on maxOS
matrix:
include:
- name: "Generic Python 3.5 on macOS"
os: osx
language: shell # 'language: python' is an error on Travis CI macOS
python: 3.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment