Loading .travis.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; Loading Loading
.travis.yml +2 −1 Original line number Original line Diff line number Diff line Loading @@ -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 Loading Loading @@ -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; Loading