changeset 396:a1fb6575f6dd

ci: add missing Python development dependencies * bitbucket-pipelines.yml: Install Python 2 and 3 development libraries.
author Mike Miller <mtmiller@octave.org>
date Fri, 07 Apr 2017 11:15:05 -0700
parents aa76e98a1a3e
children fc0fb94161de
files bitbucket-pipelines.yml
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bitbucket-pipelines.yml	Fri Apr 07 10:47:45 2017 -0700
+++ b/bitbucket-pipelines.yml	Fri Apr 07 11:15:05 2017 -0700
@@ -5,6 +5,7 @@
     - step:
         script:
           - apt-get update
+          - apt-get install -y python-dev python3-dev
           - apt-get install -y libboost-python-dev python-numpy python3-numpy
           - autoreconf -i
           - mkdir -p py2 py3