Changeset 39aa0f6 in sasmodels
- Timestamp:
- Aug 9, 2017 12:13:51 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:
- 5533cf4
- Parents:
- c95d9255
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rc95d9255 r39aa0f6 7 7 - os: linux 8 8 env: 9 - PY=2.710 - NUMPYSPEC=numpy11 - os: linux12 env:13 9 - PY=3.4 14 - NUMPYSPEC=numpy10 exclude: 15 11 - os: linux 16 12 env: 17 13 - PY=3.6 18 - NUMPYSPEC=numpy 14 - os: linux 15 env: 16 - PY=2.7 19 17 - os: osx 20 18 language: generic 21 19 env: 22 20 - PY=2.7 23 - NUMPYSPEC=numpy24 21 - os: osx 25 22 language: generic 26 23 env: 27 - PY=3 28 - NUMPYSPEC=numpy 24 - PY=3.5 29 25 30 26 # whitelist … … 56 52 - conda info -a 57 53 58 - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 59 60 - python --version 54 - conda install --yes python=$PY numpy scipy cython mako cffi 61 55 62 56 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then … … 69 63 70 64 script: 71 - export WORKSPACE=/home/travis/build/SasView/sasmodels/72 - python -m sasmodels.model_test dll all65 - python --version 66 - python -m sasmodels.model_test -v dll all 73 67 74 68 notifications:
Note: See TracChangeset
for help on using the changeset viewer.