Changeset fefc185 in sasmodels for appveyor.yml
- Timestamp:
- Jan 19, 2018 1:29:40 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:
- c11d09f
- Parents:
- 068f7b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
appveyor.yml
r068f7b6 rfefc185 23 23 - TARGET_ARCH: "x86" 24 24 CONDA_PY: "35" 25 PY_CONDITION: "python >=3.5 "25 PY_CONDITION: "python >=3.5,<3.6" 26 26 CONDA_INSTALL_LOCN: "C:\\Miniconda35" 27 27 - TARGET_ARCH: "x64" … … 35 35 - TARGET_ARCH: "x64" 36 36 CONDA_PY: "35" 37 PY_CONDITION: "python >=3.5 "37 PY_CONDITION: "python >=3.5,<3.6" 38 38 CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64" 39 39 … … 49 49 50 50 # Remove cygwin (and therefore the git that comes with it). 51 # 2018-01-19 PAK: probablyirrelevant since we already pulled the repo51 # 2018-01-19 PAK: irrelevant since we already pulled the repo 52 52 #- cmd: rmdir C:\cygwin /s /q 53 53
Note: See TracChangeset
for help on using the changeset viewer.