Skip to content

Instantly share code, notes, and snippets.

@shaypal5
Created July 15, 2019 05:54
Show Gist options
  • Save shaypal5/3f7c092151862ac49952878cebaa6457 to your computer and use it in GitHub Desktop.
Save shaypal5/3f7c092151862ac49952878cebaa6457 to your computer and use it in GitHub Desktop.
A very simple Travis build matrix
language: python
matrix:
include:
- python: 2.7
PARALLELIZE=false
- python: 3.5
PARALLELIZE=false
- python: 3.5
PARALLELIZE=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment