Changeset b419c2d in sasmodels
- Timestamp:
- Aug 10, 2017 3:14:57 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r24cd982 rb419c2d 8 8 env: 9 9 - PY=2.7 10 - NUMPYSPEC=numpy11 10 - os: linux 12 11 env: 13 - PY=3 14 - NUMPYSPEC=numpy 12 - PY=3.6 15 13 - os: osx 16 14 language: generic 17 15 env: 18 16 - PY=2.7 19 - NUMPYSPEC=numpy20 17 - os: osx 21 18 language: generic 22 19 env: 23 - PY=3 24 - NUMPYSPEC=numpy 20 - PY=3.5 25 21 26 22 # whitelist … … 52 48 - conda info -a 53 49 54 - conda install --yes python=$PY $NUMPYSPECscipy cython mako cffi50 - conda install --yes python=$PY numpy scipy cython mako cffi 55 51 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; 59 56 60 57 install: … … 63 60 64 61 script: 65 - export WORKSPACE=/home/travis/build/SasView/sasmodels/66 - python -m sasmodels.model_test dll all62 - python --version 63 - python -m sasmodels.model_test -v dll all 67 64 68 65 notifications:
Note: See TracChangeset
for help on using the changeset viewer.