Skip to content

Commit 15db856

Browse files
committed
change travis to build numpy without mkl
1 parent ec58334 commit 15db856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ os: linux
33
language: python
44
python:
55
- "2.7"
6+
- "3.4"
67
- "3.5"
78
- "3.6"
89
env:
@@ -35,7 +36,7 @@ before_install:
3536
- conda create -y -n mypy python=$TRAVIS_PYTHON_VERSION
3637
- source activate mypy
3738
- conda install -y cython
38-
- conda install -y numpy
39+
- conda install -y numpy nomkl blas=*=openblas
3940
install:
4041
- $CTF_CXX --version
4142
- FC=gfortran-5 ./configure CXX="mpicxx -cxx=$CTF_CXX" --build-hptt --build-scalapack

0 commit comments

Comments
 (0)