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

set gcc in travis

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