Changeset 5533cf4 in sasmodels


Ignore:
Timestamp:
Aug 9, 2017 1:29:10 PM (7 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

travis build linux/osx 2.7, linux 3.4, osx 3.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r39aa0f6 r5533cf4  
    77    - os: linux 
    88      env: 
    9         - PY=3.4 
    10   exclude: 
     9        - PY=2.7 
    1110    - os: linux 
    1211      env: 
    13         - PY=3.6 
    14     - os: linux 
     12        - PY=3.4 
     13    - os: osx 
    1514      env: 
    1615        - PY=2.7 
    1716    - os: osx 
    18       language: generic 
    1917      env: 
    20         - PY=2.7 
    21     - os: osx 
    22       language: generic 
    23       env: 
    24         - PY=3.5 
     18        - PY=3.6 
    2519 
    2620# whitelist 
     
    5448  - conda install --yes python=$PY numpy scipy cython mako cffi 
    5549 
    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; 
    5954 
    6055install: 
Note: See TracChangeset for help on using the changeset viewer.