File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change
1
+ [submodule "pybind11 "]
2
+ path = contrib/pybind11
3
+ url = https://github.com/pybind/pybind11
4
+ branch = master
Original file line number Diff line number Diff line change @@ -23,17 +23,16 @@ matrix:
23
23
- os : linux
24
24
compiler : gcc
25
25
env : USE_PYTHON_VERSION=3
26
-
27
26
# http://docs.travis-ci.com/user/apt/
28
27
addons :
29
28
apt :
30
29
sources :
31
30
- boost-latest
31
+ - ubuntu-toolchain-r-test
32
32
packages :
33
- - g++-4.8
34
- - gcc-4.8
35
- - libboost-python1.55-dev
33
+ - g++-6
36
34
- libboost1.55-dev
35
+ - libproj-dev
37
36
- libsparsehash-dev
38
37
- python-dev
39
38
- python-nose
@@ -55,8 +54,8 @@ install:
55
54
56
55
script :
57
56
- if [ "${CXX}" = 'g++' ]; then
58
- CXX=g++-4.8 ;
59
- CC=gcc-4.8 ;
57
+ CXX=g++-6 ;
58
+ CC=gcc-6 ;
60
59
fi
61
60
- if [ "$TRAVIS_OS_NAME" = 'osx' ]; then
62
61
PYTHON=python${USE_PYTHON_VERSION};
You can’t perform that action at this time.
0 commit comments