Changeset e81d79b in sasmodels
- Timestamp:
- Jan 16, 2018 7:23:43 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:
- 1258e32
- Parents:
- 0014c77
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
appveyor.yml
r0014c77 re81d79b 62 62 - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat 63 63 64 - cmd: conda config --add channels conda-forge65 - cmd: conda config --set show_channel_urls true66 #- cmd: conda update --yes --quiet conda67 #- cmd: conda install --yes --quiet obvious-ci64 #- cmd: conda config --add channels conda-forge 65 #- cmd: conda config --set show_channel_urls true 66 - cmd: conda update --yes --quiet conda 67 - cmd: conda install --yes --quiet obvious-ci 68 68 - cmd: conda install --yes --quiet numpy toolchain scipy cython cffi 69 - cmd: conda install --yes --channel conda-forge pyopencl69 #- cmd: conda install --yes --channel conda-forge pyopencl 70 70 - cmd: pip install bumps unittest-xml-reporting tinycc 71 71 … … 76 76 test_script: 77 77 # Run the project tests 78 #- "%CMD_IN_ENV% python -m sasmodels.model_test dll all" 79 - python -m sasmodels.model_test dll all 78 - "%CMD_IN_ENV% python -m sasmodels.model_test dll all"
Note: See TracChangeset
for help on using the changeset viewer.