Changeset c95d9255 in sasmodels
- Timestamp:
- Aug 8, 2017 4:41:35 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:
- 39aa0f6
- Parents:
- d9ec8f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r24cd982 rc95d9255 11 11 - os: linux 12 12 env: 13 - PY=3 13 - PY=3.4 14 - NUMPYSPEC=numpy 15 - os: linux 16 env: 17 - PY=3.6 14 18 - NUMPYSPEC=numpy 15 19 - os: osx … … 54 58 - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 55 59 60 - python --version 61 56 62 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 57 63 pip install pyopencl;
Note: See TracChangeset
for help on using the changeset viewer.