Unverified Commit 48d4cf04 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent f417621b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ before_install:
  # Useful for debugging any issues with conda
  - conda info -a
  # Create the env
  - conda create -q -n test python=$PYTHON_VERSION
  - conda create -q -n test python="$PYTHON_VERSION"
  - source activate test
  
install:
@@ -49,7 +49,7 @@ after_success:
  - coveralls
  - conda install conda-build anaconda-client
  - conda config --set anaconda_upload yes
  - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe
  - conda build --token $CONDA_UPLOAD_TOKEN --python "$PYTHON_VERSION" recipe

notifications:
  webhooks: