another attempt to include python 2.7 and 3.5

This commit is contained in:
Radovan Bast 2016-05-20 21:44:45 +02:00
parent 5b04d7a8a4
commit 0c42f1a9af

View File

@ -1,14 +1,36 @@
language: python
language: cpp
sudo: false
python:
- 2.7
- 3.5
matrix:
include:
- os: linux
python: 2.7
compiler: gcc
env: SOURCES=ubuntu-toolchain-r-test
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
# compilers
- g++
- gfortran
- cmake
# math libraries
- libblas-dev
- liblapack-dev
- libatlas-base-dev
# mpi
- openmpi-bin
- libopenmpi-dev
# python library, development version
- libpython2.7
# boost
- libboost-all-dev
- os: linux
python: 3.5
compiler: gcc
env: SOURCES=ubuntu-toolchain-r-test
addons: