diff --git a/.travis.yml b/.travis.yml index e75a316d075144cace2d037770b1eac04c66d72f..e7f3275fc58669fedf758d8d9c0490ef4483fdfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,13 +33,10 @@ before_install: install: - conda config --add channels conda-forge - - conda config --add channels jlaura - - conda install -c conda-forge gdal h5py - - conda install pandas sqlalchemy pyyaml networkx affine protobuf scipy - - pip install pvl + - conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl # Development installation - - conda install pytest pytest-cov sh anaconda-client + - conda install -q pytest pytest-cov sh script: - pytest --cov=plio @@ -48,9 +45,9 @@ after_success: - coveralls # Need to do the build in the root - source deactivate - - conda install conda-build anaconda-client + - conda install -q conda-build anaconda-client - conda config --set anaconda_upload yes - - conda build -q --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe + - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe -q notifications: webhooks: