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

Update .travis.yml

parent 64307689
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,7 @@ os: ...@@ -5,6 +5,7 @@ os:
- osx - osx
env: env:
- PYTHON_VERSION=3.5
- PYTHON_VERSION=3.6 - PYTHON_VERSION=3.6
- PYTHON_VERSION=3.7 - PYTHON_VERSION=3.7
...@@ -53,7 +54,7 @@ after_success: ...@@ -53,7 +54,7 @@ after_success:
- conda install -y -q conda-build anaconda-client - conda install -y -q conda-build anaconda-client
- cd ../ # Step out of the python dir and out of the build dir - cd ../ # Step out of the python dir and out of the build dir
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then - if [ "${TRAVIS_PULL_REQUEST}" = "false" ] ;then
conda config --set anaconda_upload yes conda config --set anaconda_upload yes;
conda build --token $CONDA_UPLOAD_TOKEN recipe -q; conda build --token $CONDA_UPLOAD_TOKEN recipe -q;
else else
conda build recipe -q; conda build recipe -q;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment