Skip to content

Commit

Permalink
mac without mkl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericgig committed Jul 3, 2019
1 parent 87ca432 commit fc9d991
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ stage_generic_linux: &stage_generic_linux
- mkdir qutip_testing
- cd qutip_testing
# command to run tests
script:
script:
- python -m qutip.about
- nosetests --verbosity=2 --with-coverage --cover-package=qutip qutip
install:
Expand Down Expand Up @@ -81,7 +81,7 @@ stage_osx: &stage_osx
- mkdir qutip_testing
- cd qutip_testing
# command to run tests
script:
script:
- python -m qutip.about
- nosetests --verbosity=2 --with-coverage --cover-package=qutip qutip
install:
Expand All @@ -93,7 +93,8 @@ stage_osx: &stage_osx
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install mkl blas=*=mkl numpy scipy nose cython coveralls
# - conda install mkl blas=*=mkl numpy scipy nose cython coveralls
- conda install nomkl blas=*=openblas numpy scipy nose cython
- python setup.py install

stages:
Expand All @@ -110,4 +111,4 @@ jobs:
- stage: test
<<: *stage_linux_37_openblas
- stage: test
<<: *stage_osx
<<: *stage_osx

0 comments on commit fc9d991

Please sign in to comment.