Skip to content
Snippets Groups Projects
Commit 04048049 authored by Brad Nelson's avatar Brad Nelson
Browse files

move python to matrix

parent 0b59ba37
No related branches found
No related tags found
No related merge requests found
language: python language: python
matrix:
include:
# works on Precise and Trusty
- os: linux
python: python:
- "2.7" - "2.7"
- "3.6" - "3.6"
os:
- linux
addons: addons:
apt: apt:
sources: sources:
...@@ -13,7 +15,12 @@ os: ...@@ -13,7 +15,12 @@ os:
env: env:
- CC=gcc-4.9 - CC=gcc-4.9
- CXX=g++-4.9" - CXX=g++-4.9"
- linux
# works on Precise and Trusty
- os: linux
python:
- "2.7"
- "3.6"
addons: addons:
apt: apt:
sources: sources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment