Skip to content
Snippets Groups Projects
Unverified Commit 9c431f21 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 8b1c5228
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ after_success:
- cd ../ # Step out of the python dir and out of the build dir
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then
conda config --set anaconda_upload yes;
conda build --token $CONDA_UPLOAD_TOKEN recipe -q;
conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe -q;
else
conda build recipe -q;
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment