9 Star 9 Fork 2

中国地震局地球物理研究所 / geoist

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 964 Bytes
一键复制 编辑 原始数据 按行查看 历史
rular099 提交于 2018-12-03 17:36 . conda build failed temporarily
language: python
python:
- 3.6
install:
- sudo apt-get update
# install miniconda
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -q conda
- conda info -a
# install conda-build in order to build the conda package
- conda install conda-build
- conda config --set anaconda_upload no
# creat the "geoist" environment
- conda env create --name geoist --file environment.yml
- source activate geoist
# install additional requirements
- pip install codecov
- pip install pytest-cov
# build conda package
# - conda-build conda_recipe/meta.yaml -c defaults -c conda-forge
# - conda install geoist --use-local
script:
- pytest --cov=./
after_success:
- codecov
Python
1
https://gitee.com/cea2020/geoist.git
git@gitee.com:cea2020/geoist.git
cea2020
geoist
geoist
master

搜索帮助