Changeset e81d79b in sasmodels


Ignore:
Timestamp:
Jan 16, 2018 7:23:43 PM (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:
1258e32
Parents:
0014c77
Message:

tweak appveyor config; maybe it will work?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • appveyor.yml

    r0014c77 re81d79b  
    6262    - cmd: call %CONDA_INSTALL_LOCN%\Scripts\activate.bat 
    6363 
    64     - 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 
     64    #- 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 
    6868    - cmd: conda install --yes --quiet numpy toolchain scipy cython cffi 
    69     - cmd: conda install --yes --channel conda-forge pyopencl 
     69    #- cmd: conda install --yes --channel conda-forge pyopencl 
    7070    - cmd: pip install bumps unittest-xml-reporting tinycc 
    7171 
     
    7676test_script: 
    7777    # 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.