Changeset fefc185 in sasmodels


Ignore:
Timestamp:
Jan 19, 2018 11:29:40 AM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
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
Message:

tweak appveyor config; maybe it will work?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appveyor.yml

    r068f7b6 rfefc185  
    2323    - TARGET_ARCH: "x86" 
    2424      CONDA_PY: "35" 
    25       PY_CONDITION: "python >=3.5" 
     25      PY_CONDITION: "python >=3.5,<3.6" 
    2626      CONDA_INSTALL_LOCN: "C:\\Miniconda35" 
    2727    - TARGET_ARCH: "x64" 
     
    3535    - TARGET_ARCH: "x64" 
    3636      CONDA_PY: "35" 
    37       PY_CONDITION: "python >=3.5" 
     37      PY_CONDITION: "python >=3.5,<3.6" 
    3838      CONDA_INSTALL_LOCN: "C:\\Miniconda35-x64" 
    3939 
     
    4949 
    5050    # Remove cygwin (and therefore the git that comes with it). 
    51     # 2018-01-19 PAK: probably irrelevant since we already pulled the repo 
     51    # 2018-01-19 PAK: irrelevant since we already pulled the repo 
    5252    #- cmd: rmdir C:\cygwin /s /q 
    5353 
Note: See TracChangeset for help on using the changeset viewer.