Skip to content

Commit

Permalink
Testing 'matrix' in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
perwin committed Jul 19, 2019
1 parent e98df3c commit ce4f8c8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
dist: xenial
#dist: xenial

language: cpp
compiler: gcc

os:
- linux
#os:
#- linux

language: python
# we want to run the build & unit tests (as specified under "script" below)
# for each of Python 3.5, 3.6, and 3.7
python:
- "3.5"
- "3.6"
- "3.7"
#python:
# - "3.5"
# - "3.6"
# - "3.7"

matrix:
include:
- os: "linux"
- dist: "xenial"
- python: "3.7"


# command to install dependencies
Expand Down

0 comments on commit ce4f8c8

Please sign in to comment.