Skip to content
Snippets Groups Projects
Commit 16cf2ab4 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update appveyor.yml

parent 11d374f1
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,7 @@ install: ...@@ -21,6 +21,7 @@ install:
- cmd: call %PYTHON% - cmd: call %PYTHON%
- cmd: conda config --set always_yes yes --set changeps1 no - cmd: conda config --set always_yes yes --set changeps1 no
- cmd: conda update -q conda - cmd: conda update -q conda
- cmd: conda install conda-build anaconda-client
- cmd: conda create -q -n test_env python=%PYTHON_VERSION% - cmd: conda create -q -n test_env python=%PYTHON_VERSION%
- cmd: activate test_env - cmd: activate test_env
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
...@@ -38,7 +39,5 @@ test_script: ...@@ -38,7 +39,5 @@ test_script:
on_success: on_success:
- cmd: deactivate - cmd: deactivate
- cmd: call %PYTHON%
- cmd: conda install conda-build anaconda-client
- cmd: conda config --set anaconda_upload yes - cmd: conda config --set anaconda_upload yes
- cmd: conda build --token %CONDA_UPLOAD_TOKEN% . - cmd: conda build --token %CONDA_UPLOAD_TOKEN% .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment