Unverified Commit 065679a9 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 64307689
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -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:
  - 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;