Last active
July 16, 2019 11:34
-
-
Save shaypal5/6003e0b2d13b8b0b86e6740ef5452942 to your computer and use it in GitHub Desktop.
Bad example for a .travis.yml for Python on maxOS
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
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