Changeset 24cd982 in sasmodels


Ignore:
Timestamp:
Apr 7, 2017 2:56:17 PM (7 years ago)
Author:
andyfaff
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c
Parents:
1c83260
git-author:
Andrew Nelson <andyfaff@…> (04/05/17 02:35:17)
git-committer:
Andrew Nelson <andyfaff@…> (04/07/17 14:56:17)
Message:

TST: install pyopencl for OSX test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r1c83260 r24cd982  
    5454  - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 
    5555 
     56  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
     57      pip install pyopencl; 
     58    fi; 
     59 
    5660install: 
    5761  - pip install bumps 
Note: See TracChangeset for help on using the changeset viewer.