Changeset 1f991d6 in sasmodels for .travis.yml
- Timestamp:
- Jan 27, 2018 6:57:31 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r42158d2 r1f991d6 38 38 - conda info -a 39 39 # 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" 41 41 install: 42 42 - pip install bumps … … 45 45 - python --version 46 46 #- 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 48 49 before_deploy: 49 50 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
Note: See TracChangeset
for help on using the changeset viewer.