diff --git a/appveyor.yml b/appveyor.yml index b6bc8d6910e143b6e31d4336c5419c582295e600..eae3e81b07fa92ed023c54eb8c2f4c8a9be60a59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ install: - cmd: activate test_env - 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 conda-build anaconda-client pytest-cov + - cmd: conda install pytest-cov # https://pythonhosted.org/CodeChat/appveyor.yml.html - cmd: python -m pip install -U pip - cmd: python -m easy_install -U setuptools @@ -38,5 +38,6 @@ test_script: on_success: - cmd: deactivate + - cmd: conda install conda-build anaconda-client - cmd: conda config --set anaconda_upload yes - cmd: conda build --token %CONDA_UPLOAD_TOKEN% .