diff --git a/.travis.yml b/.travis.yml index 3f66997..7e4e1e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,25 +53,6 @@ matrix: # boost - libboost-all-dev - - os: linux - python: 2.7 - compiler: gcc - env: SOURCES=ubuntu-toolchain-r-test TEST_SCRIPT=test_openblas.py - addons: - apt: - sources: - - ubuntu-toolchain-r-test - packages: - # compilers - - g++ - - gfortran - - cmake - # math libraries, can not mix with lapack/atlas packages ! - - libblas-dev - - libopenblas-dev - # python libraries ... - - libpython2.7 - - os: linux python: 3.5 compiler: gcc @@ -85,11 +66,8 @@ matrix: - g++ - gfortran - cmake - # math libraries, can not mix with lapack/atlas packages ! - libblas-dev - libopenblas-dev - # python libraries - #- libpython2.7 - os: osx osx_image: xcode6.4