Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
fd47779f
Commit
fd47779f
authored
Jul 06, 2017
by
Jason Rhinelander
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis-ci: Switch debian:buster build to python 3.6
buster's python3-numpy and -scipy packages now support Python 3.6.
parent
706a7d96
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
fd47779f
...
@@ -22,7 +22,7 @@ matrix:
...
@@ -22,7 +22,7 @@ matrix:
env
:
PYTHON=3.5 CPP=14 GCC=6 DEBUG=1
env
:
PYTHON=3.5 CPP=14 GCC=6 DEBUG=1
-
sudo
:
true
-
sudo
:
true
services
:
docker
services
:
docker
env
:
PYTHON=3.
5
CPP=17 GCC=7
env
:
PYTHON=3.
6
CPP=17 GCC=7
-
os
:
linux
-
os
:
linux
env
:
PYTHON=3.6 CPP=17 CLANG=4.0
env
:
PYTHON=3.6 CPP=17 CLANG=4.0
addons
:
addons
:
...
@@ -144,12 +144,12 @@ install:
...
@@ -144,12 +144,12 @@ install:
set -e
set -e
if [ -n "$DOCKER" ]; then
if [ -n "$DOCKER" ]; then
if [ -n "$DEBUG" ]; 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"
CMAKE_EXTRA_ARGS="${CMAKE_EXTRA_ARGS} -DPYTHON_EXECUTABLE=/usr/bin/python${PYTHON}dm"
fi
fi
$SCRIPT_RUN_PREFIX sh -c "for s in 0 15; do sleep \$s; \
$SCRIPT_RUN_PREFIX sh -c "for s in 0 15; do sleep \$s; \
apt-get -qy --no-install-recommends install \
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"
libeigen3-dev cmake make ${COMPILER_PACKAGES} && break; done"
else
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