Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Last active July 16, 2019 16: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/2e5c7bdbf2d7812100e9b7c60e0e51e2 to your computer and use it in GitHub Desktop.
Save shaypal5/2e5c7bdbf2d7812100e9b7c60e0e51e2 to your computer and use it in GitHub Desktop.
Travis: Python 3.5.4 on Windows
matrix:
include:
- name: "Python 3.5.4 on Windows"
os: windows # Windows 10.0.17134 N/A Build 17134
language: shell # 'language: python' is an error on Travis CI Windows
before_install:
- choco install python --version 3.5.4
- python --version
- python -m pip install --upgrade pip
- pip3 install --upgrade pytest
- pip3 install codecov
env: PATH=/c/Python35:/c/Python35/Scripts:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment