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

add osx

parent 5c3103bc
Branches
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ matrix: ...@@ -3,6 +3,7 @@ matrix:
include: include:
# works on Precise and Trusty # works on Precise and Trusty
- os: linux - os: linux
dist: trusty
python: "3.6" python: "3.6"
addons: addons:
apt: apt:
...@@ -16,16 +17,17 @@ matrix: ...@@ -16,16 +17,17 @@ matrix:
# works on Precise and Trusty # works on Precise and Trusty
- os: linux - os: linux
python: "3.6" dist: trusty
python: "2.7"
addons: addons:
apt: apt:
sources: sources:
- ubuntu-toolchain-r-test - ubuntu-toolchain-r-test
packages: packages:
- g++-5 - g++-4.9
env: env:
- CC=gcc-5 - CC=gcc-4.9
- CXX=g++-5" - CXX=g++-4.9"
# command to install dependencies # command to install dependencies
before_install: before_install:
- eval "${MATRIX_EVAL}" - eval "${MATRIX_EVAL}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment