Changeset c95d9255 in sasmodels


Ignore:
Timestamp:
Aug 8, 2017 6:41:35 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:
39aa0f6
Parents:
d9ec8f9
Message:

test python 3.4 and 3.6; print python version in test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r24cd982 rc95d9255  
    1111    - os: linux 
    1212      env: 
    13         - PY=3 
     13        - PY=3.4 
     14        - NUMPYSPEC=numpy 
     15    - os: linux 
     16      env: 
     17        - PY=3.6 
    1418        - NUMPYSPEC=numpy 
    1519    - os: osx 
     
    5458  - conda install --yes python=$PY $NUMPYSPEC scipy cython mako cffi 
    5559 
     60  - python --version 
     61 
    5662  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
    5763      pip install pyopencl; 
Note: See TracChangeset for help on using the changeset viewer.