Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Created July 16, 2019 14:40
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/bbc5b1c46571b8526b130f657ae84813 to your computer and use it in GitHub Desktop.
Save shaypal5/bbc5b1c46571b8526b130f657ae84813 to your computer and use it in GitHub Desktop.
Testing Python 3.6.5 on macOS 10.13
matrix:
include:
- name: "Python 3.6.5 on macOS 10.13"
os: osx
osx_image: xcode9.4 # Python 3.6.5 running on macOS 10.13
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- python3 --version
- pip3 install -U pip
- pip3 install -U pytest
- pip3 install codecov
script: python3 -m pytest
after_success: python 3 -m codecov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment