Changeset b419c2d in sasmodels


Ignore:
Timestamp:
Aug 10, 2017 1:14:57 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
3a45c2c, ba2ed54
Parents:
997c9ca
Message:

fix travis failures due to slow linux compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r24cd982 rb419c2d  
    88      env: 
    99        - PY=2.7 
    10         - NUMPYSPEC=numpy 
    1110    - os: linux 
    1211      env: 
    13         - PY=3 
    14         - NUMPYSPEC=numpy 
     12        - PY=3.6 
    1513    - os: osx 
    1614      language: generic 
    1715      env: 
    1816        - PY=2.7 
    19         - NUMPYSPEC=numpy 
    2017    - os: osx 
    2118      language: generic 
    2219      env: 
    23         - PY=3 
    24         - NUMPYSPEC=numpy 
     20        - PY=3.5 
    2521 
    2622# whitelist 
     
    5248  - conda info -a 
    5349 
    54   - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 
     50  - conda install --yes python=$PY numpy scipy cython mako cffi 
    5551 
    56   - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
    57       pip install pyopencl; 
    58     fi; 
     52  # Not testing with opencl below, so don't need to install it 
     53  #- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
     54  #    pip install pyopencl; 
     55  #  fi; 
    5956 
    6057install: 
     
    6360 
    6461script: 
    65 - export WORKSPACE=/home/travis/build/SasView/sasmodels/ 
    66 - python -m sasmodels.model_test dll all 
     62- python --version 
     63- python -m sasmodels.model_test -v dll all 
    6764 
    6865notifications: 
Note: See TracChangeset for help on using the changeset viewer.