Changeset 5533cf4 in sasmodels
- Timestamp:
- Aug 9, 2017 1:29:10 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:
- 9e07e4a
- Parents:
- 39aa0f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r39aa0f6 r5533cf4 7 7 - os: linux 8 8 env: 9 - PY=3.4 10 exclude: 9 - PY=2.7 11 10 - os: linux 12 11 env: 13 - PY=3. 614 - os: linux12 - PY=3.4 13 - os: osx 15 14 env: 16 15 - PY=2.7 17 16 - os: osx 18 language: generic19 17 env: 20 - PY=2.7 21 - os: osx 22 language: generic 23 env: 24 - PY=3.5 18 - PY=3.6 25 19 26 20 # whitelist … … 54 48 - conda install --yes python=$PY numpy scipy cython mako cffi 55 49 56 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 57 pip install pyopencl; 58 fi; 50 # Not testing with opencl below, so don't need to install it 51 #- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 52 # pip install pyopencl; 53 # fi; 59 54 60 55 install:
Note: See TracChangeset
for help on using the changeset viewer.