Changeset 1f991d6 in sasmodels for appveyor.yml


Ignore:
Timestamp:
Jan 27, 2018 6:57:31 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
2ab1bac
Parents:
42158d2
Message:

add 'test' target to setup.py

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appveyor.yml

    r42158d2 r1f991d6  
    6969    # 2018-01-19 PAK: skipping toolchain cython and cffi (these were for pyopencl?) 
    7070    # 2018-01-26 PAK: sasmodels uses yield generator for tests, which isn't supported in pytest 4+ 
    71     - cmd: conda install --yes --quiet numpy scipy docutils "pytest<4" 
     71    - cmd: conda install --yes --quiet numpy scipy docutils setuptools "pytest<4" 
    7272    # 2018-01-19 PAK: skipping pyopencl; this would be needed for deploy but maybe not for test 
    7373    #- cmd: conda install --yes --channel conda-forge pyopencl 
     
    8989    #- python -m sasmodels.model_test dll all 
    9090    #- nosetests -v sasmodels/*.py 
    91     - python -m pytest -v --cache-clear 
     91    #- python -m pytest -v --cache-clear 
     92    - python setup.py test --pytest-args -v 
Note: See TracChangeset for help on using the changeset viewer.