Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
fd47779f
Commit
fd47779f
authored
Jul 06, 2017
by
Jason Rhinelander
Browse files
travis-ci: Switch debian:buster build to python 3.6
buster's python3-numpy and -scipy packages now support Python 3.6.
parent
706a7d96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
fd47779f
...
...
@@ -22,7 +22,7 @@ matrix:
env
:
PYTHON=3.5 CPP=14 GCC=6 DEBUG=1
-
sudo
:
true
services
:
docker
env
:
PYTHON=3.
5
CPP=17 GCC=7
env
:
PYTHON=3.
6
CPP=17 GCC=7
-
os
:
linux
env
:
PYTHON=3.6 CPP=17 CLANG=4.0
addons
:
...
...
@@ -144,12 +144,12 @@ install:
set -e
if [ -n "$DOCKER" ]; then
if [ -n "$DEBUG" ]; then
PY_DEBUG="python$PY-dbg python$PY-scipy-dbg"
PY_DEBUG="python$PY
THON
-dbg python$PY-scipy-dbg"
CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DPYTHON_EXECUTABLE=/usr/bin/python${PYTHON}dm"
fi
$SCRIPT_RUN_PREFIX sh -c "for s in 0 15; do sleep \$s; \
apt-get -qy --no-install-recommends install \
$PY_DEBUG python$PY-dev python$PY-pytest python$PY-scipy \
$PY_DEBUG python$PY
THON
-dev python$PY-pytest python$PY-scipy \
libeigen3-dev cmake make ${COMPILER_PACKAGES} && break; done"
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment