Changes in / [cdf7dac:793d802] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb419c2d r24cd982 8 8 env: 9 9 - PY=2.7 10 - NUMPYSPEC=numpy 10 11 - os: linux 11 12 env: 12 - PY=3.6 13 - PY=3 14 - NUMPYSPEC=numpy 13 15 - os: osx 14 16 language: generic 15 17 env: 16 18 - PY=2.7 19 - NUMPYSPEC=numpy 17 20 - os: osx 18 21 language: generic 19 22 env: 20 - PY=3.5 23 - PY=3 24 - NUMPYSPEC=numpy 21 25 22 26 # whitelist … … 48 52 - conda info -a 49 53 50 - conda install --yes python=$PY numpyscipy cython mako cffi54 - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 51 55 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; 56 59 57 60 install: … … 60 63 61 64 script: 62 - python --version63 - python -m sasmodels.model_test -vdll all65 - export WORKSPACE=/home/travis/build/SasView/sasmodels/ 66 - python -m sasmodels.model_test dll all 64 67 65 68 notifications:
Note: See TracChangeset
for help on using the changeset viewer.