Created
July 15, 2019 05:54
-
-
Save shaypal5/3f7c092151862ac49952878cebaa6457 to your computer and use it in GitHub Desktop.
A very simple Travis build matrix
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
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