Commit 2247cfb9 authored by Stefan Behnel's avatar Stefan Behnel

Add a Py3.7 travis build setup that uses gcc-7.

parent 8653218f
......@@ -12,6 +12,8 @@ addons:
- python3-dbg
- gcc-6
- g++-6
- gcc-7
- g++-7
cache:
pip: true
......@@ -44,6 +46,8 @@ env:
matrix:
include:
- python: 3.7-dev
env: BACKEND=c PY=3 CC=gcc-7
- os: osx
osx_image: xcode6.4
env: BACKEND=c PY=2
......@@ -94,7 +98,7 @@ before_install:
ln -s /usr/bin/gcc-6 $HOME/gcc-symlinks/gcc
ln -s /usr/bin/g++-6 $HOME/gcc-symlinks/g++
gcc --version
if [ -n "$CC" ]; then "$CC" --version; else gcc --version; done
fi
- |
......
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