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

Update appveyor.yml

parent 2e19a60d
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ install: ...@@ -25,7 +25,7 @@ install:
- cmd: activate test_env - cmd: activate test_env
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy
- cmd: conda install conda-build anaconda-client pytest-cov - cmd: conda install pytest-cov
# https://pythonhosted.org/CodeChat/appveyor.yml.html # https://pythonhosted.org/CodeChat/appveyor.yml.html
- cmd: python -m pip install -U pip - cmd: python -m pip install -U pip
- cmd: python -m easy_install -U setuptools - cmd: python -m easy_install -U setuptools
...@@ -38,5 +38,6 @@ test_script: ...@@ -38,5 +38,6 @@ test_script:
on_success: on_success:
- cmd: deactivate - cmd: deactivate
- 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