Changeset 39aa0f6 in sasmodels


Ignore:
Timestamp:
Aug 9, 2017 10:13:51 AM (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:
5533cf4
Parents:
c95d9255
Message:

use verbose mode on travis to see if the tests run to completion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rc95d9255 r39aa0f6  
    77    - os: linux 
    88      env: 
    9         - PY=2.7 
    10         - NUMPYSPEC=numpy 
    11     - os: linux 
    12       env: 
    139        - PY=3.4 
    14         - NUMPYSPEC=numpy 
     10  exclude: 
    1511    - os: linux 
    1612      env: 
    1713        - PY=3.6 
    18         - NUMPYSPEC=numpy 
     14    - os: linux 
     15      env: 
     16        - PY=2.7 
    1917    - os: osx 
    2018      language: generic 
    2119      env: 
    2220        - PY=2.7 
    23         - NUMPYSPEC=numpy 
    2421    - os: osx 
    2522      language: generic 
    2623      env: 
    27         - PY=3 
    28         - NUMPYSPEC=numpy 
     24        - PY=3.5 
    2925 
    3026# whitelist 
     
    5652  - conda info -a 
    5753 
    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 
    6155 
    6256  - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then 
     
    6963 
    7064script: 
    71 - export WORKSPACE=/home/travis/build/SasView/sasmodels/ 
    72 - python -m sasmodels.model_test dll all 
     65- python --version 
     66- python -m sasmodels.model_test -v dll all 
    7367 
    7468notifications: 
Note: See TracChangeset for help on using the changeset viewer.