Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
m-novikov committed Apr 2, 2019
1 parent 3d08480 commit 3a395a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ environment:

install:
- set DEV_PREFIX=%MINICONDA%/envs/%ENV_NAME%
- "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%"
- CALL %MINICONDA%/Scripts/activate.bat
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda install -c conda-forge conda-build conda-verify

build: off

test_script:
- CALL %MINICONDA%/Scripts/activate.bat
- conda build -c conda-forge conda-recipe

0 comments on commit 3a395a2

Please sign in to comment.