Commit 1f7d3089 authored by Stefan Behnel's avatar Stefan Behnel

Split C/C++ tests in travis again, but manually this time since many of the...

Split C/C++ tests in travis again, but manually this time since many of the build matrix configs are special anyway.
parent 4bef461d
...@@ -31,10 +31,21 @@ env: ...@@ -31,10 +31,21 @@ env:
matrix: matrix:
include: include:
- python: 2.7 - python: 2.7
env: BACKEND=c
- python: 2.7
env: BACKEND=cpp
- python: 3.7 - python: 3.7
dist: xenial # Required for Python 3.7 dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069 sudo: required # travis-ci/travis-ci#9069
env: BACKEND=c
- python: 3.7
dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069
env: BACKEND=cpp
- python: 2.6
env: BACKEND=c
- python: 2.6 - python: 2.6
env: BACKEND=cpp
# Disabled: coverage analysis takes excessively long, several times longer than without. # Disabled: coverage analysis takes excessively long, several times longer than without.
# - python: 3.7 # - python: 3.7
# dist: xenial # Required for Python 3.7 # dist: xenial # Required for Python 3.7
...@@ -45,8 +56,17 @@ matrix: ...@@ -45,8 +56,17 @@ matrix:
sudo: required # travis-ci/travis-ci#9069 sudo: required # travis-ci/travis-ci#9069
env: TEST_CODE_STYLE=1 env: TEST_CODE_STYLE=1
- python: 3.4 - python: 3.4
env: BACKEND=c
- python: 3.4
env: BACKEND=cpp
- python: 3.5 - python: 3.5
env: BACKEND=c
- python: 3.5
env: BACKEND=cpp
- python: 3.6
env: BACKEND=c
- python: 3.6 - python: 3.6
env: BACKEND=cpp
- python: 3.8-dev - python: 3.8-dev
dist: xenial # Required for Python 3.7 dist: xenial # Required for Python 3.7
sudo: required # travis-ci/travis-ci#9069 sudo: required # travis-ci/travis-ci#9069
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment