Changes in .travis.yml [2d09df1:a69d8cd] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r2d09df1 ra69d8cd 37 37 - conda update --yes conda 38 38 - conda info -a 39 - conda install --yes python=$PY numpy scipy cython mako cffi 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 cffi "pytest<4" 40 41 install: 41 42 - pip install bumps … … 43 44 script: 44 45 - python --version 45 - python -m sasmodels.model_test -v dll all 46 #- python -m sasmodels.model_test -v dll all 47 - python -m pytest -v 46 48 before_deploy: 47 49 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
Note: See TracChangeset
for help on using the changeset viewer.