Last active
July 15, 2019 05:54
-
-
Save shaypal5/7081903c26a49e0d55d4c5bf58760991 to your computer and use it in GitHub Desktop.
A 4-job 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 | |
python: | |
- 2.7 | |
- 3.5 | |
env: | |
- PARALLELIZE=true | |
- PARALLELIZE=false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment