Loading .travis.yml +4 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading Loading
.travis.yml +4 −7 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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: Loading