1 Star 0 Fork 0

caisunp/pyart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
zssherman 提交于 2019-04-24 10:00 . CI: Removing python 3.5 support.
language: python
dist: xenial
addons:
apt:
packages:
- gfortran
env:
global:
# pyart-docs-bot GH
secure: "cHUzL+m2ZBGAY0adl6DirWg3zUXvfuVo1meTf5sSMg0XBCoUlhpLuIrFMGgBET88G6OokfzUa8wfZHml4bkjN4N3u9ZjphvAB+zrhC5yL1cecLvo0Z9k+umfq9/Ieo4qe2oofr1TfRbqkgWViio+GSYrrhh/vEbF1zr4weaPGRY="
matrix:
include:
- python: 2.7
env:
- PYTHON_VERSION="2.7"
- PYTEST_ARGS="-v --cov pyart --ignore=pyart/util"
- python: 3.6
env:
- PYTHON_VERSION="3.6"
- PYTEST_ARGS="-v --cov pyart"
- python: 3.7
env:
- PYTHON_VERSION="3.7"
- PYTEST_ARGS="-v --cov pyart"
- DOC_BUILD="true"
- COVERALLS="true"
- python: 3.7
env:
- PYTHON_VERSION="3.7"
- PYTEST_ARGS="-v --pyargs pyart"
- FROM_RECIPE="true"
install: source continuous_integration/install.sh
script: eval xvfb-run pytest $PYTEST_ARGS
after_success:
# Ignore coveralls failures as the coveralls server is not very reliable
# but we don't want travis to report a failure in the github UI just
# because the coverage report failed to be published.
- if [[ "$COVERALLS" == "true" ]]; then coveralls || echo "failed"; fi
# Build docs if requested
- if [[ "$DOC_BUILD" == "true" ]]; then cd $TRAVIS_BUILD_DIR; source continuous_integration/build_docs.sh; fi
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/caisunp/pyart.git
git@gitee.com:caisunp/pyart.git
caisunp
pyart
pyart
master

搜索帮助