Changes in .travis.yml [b419c2d:24cd982] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb419c2d r24cd982  
    88      env: 
    99        - PY=2.7 
     10        - NUMPYSPEC=numpy 
    1011    - os: linux 
    1112      env: 
    12         - PY=3.6 
     13        - PY=3 
     14        - NUMPYSPEC=numpy 
    1315    - os: osx 
    1416      language: generic 
    1517      env: 
    1618        - PY=2.7 
     19        - NUMPYSPEC=numpy 
    1720    - os: osx 
    1821      language: generic 
    1922      env: 
    20         - PY=3.5 
     23        - PY=3 
     24        - NUMPYSPEC=numpy 
    2125 
    2226# whitelist 
     
    4852  - conda info -a 
    4953 
    50   - conda install --yes python=$PY numpy scipy cython mako cffi 
     54  - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 
    5155 
    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; 
     56  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
     57      pip install pyopencl; 
     58    fi; 
    5659 
    5760install: 
     
    6063 
    6164script: 
    62 - python --version 
    63 - python -m sasmodels.model_test -v dll all 
     65- export WORKSPACE=/home/travis/build/SasView/sasmodels/ 
     66- python -m sasmodels.model_test dll all 
    6467 
    6568notifications: 
Note: See TracChangeset for help on using the changeset viewer.