Loading deploy.sh +4 −4 Original line number Diff line number Diff line travis-sphinx deploy conda deactivate conda install conda-build anaconda-client conda config --set anaconda_upload yes conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda # source deactivate # conda install conda-build anaconda-client # conda config --set anaconda_upload yes # conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda Loading
deploy.sh +4 −4 Original line number Diff line number Diff line travis-sphinx deploy conda deactivate conda install conda-build anaconda-client conda config --set anaconda_upload yes conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda # source deactivate # conda install conda-build anaconda-client # conda config --set anaconda_upload yes # conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda