1 Star 1 Fork 0

al0014 / dismod_mr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 821 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Collins 提交于 2019-06-29 15:29 . Add deployment to travis
language: python
python:
- '3.6'
install:
- 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 update -q conda
- conda info -a
- conda create -q -n test-env python=$TRAVIS_PYTHON_VERSION pymc
- source activate test-env
- pip install .
- pip install pytest
script:
- pytest
deploy:
provider: pypi
user: vivarium
password:
secure: NkT+ZXx5s2cZvi7iWJDsqEYnB2+nfY7WTRePjqxsri7lqSxvj/HLD/7Gr1mBgXeW2xBJX+/bew1EtHhwpLNOPAY2qReKtkq+vYUWuP5olE0Ln7IgtfNj3E/VtgP27hQiurlE7GVxErug9TwDfell+Rh8Tdq1TsLS82jo/fdqXHQ=
on:
distributions: sdist bdist_wheel
repo: ihmeuw/dismod_mr
tags: true
1
https://gitee.com/al0014/dismod_mr.git
git@gitee.com:al0014/dismod_mr.git
al0014
dismod_mr
dismod_mr
master

搜索帮助