Changeset 1f991d6 in sasmodels for .travis.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
  • .travis.yml

    r42158d2 r1f991d6  
    3838- conda info -a 
    3939# 2018-01-26 PAK: sasmodels uses yield generator for tests, which isn't supported in pytest 4+ 
    40 - conda install --yes python=$PY numpy scipy cython mako docutils cffi "pytest<4" 
     40- conda install --yes python=$PY numpy scipy cython mako docutils cffi setuptools "pytest<4" 
    4141install: 
    4242- pip install bumps 
     
    4545- python --version 
    4646#- python -m sasmodels.model_test -v dll all 
    47 - python -m pytest -v --cache-clear 
     47#- python -m pytest -v --cache-clear 
     48- python setup.py test --pytest-args -v 
    4849before_deploy: 
    4950- echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
Note: See TracChangeset for help on using the changeset viewer.