Changeset 947a61e in sasmodels for .travis.yml
- Timestamp:
- Sep 8, 2017 5:35:08 AM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 9a083dc
- Parents:
- 55897aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r55897aa r947a61e 40 40 - pip install bumps 41 41 - pip install unittest-xml-reporting 42 before-script:43 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config44 42 script: 45 43 - python --version 46 44 - python -m sasmodels.model_test -v dll all 45 before_deploy: 46 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 47 47 deploy: 48 48 skip_cleanup: true
Note: See TracChangeset
for help on using the changeset viewer.