1 Star 0 Fork 1

生活plus/xarray-spatial

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
brendancol 提交于 2020-12-01 23:42 . removed python 3.9 test for now..
language: minimal
sudo: false
matrix:
fast_finish: true
include:
- name: "python-3.6"
env: PY=3.6
- name: "python-3.7"
env: PY=3.7
- name: "python-3.8"
env: PY=3.8
- name: "tarball"
env: PY=3
before_install:
# Install miniconda and create TEST env.
- |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p $HOME/miniconda
export PATH="$HOME/miniconda/bin:$PATH"
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
conda update --quiet conda
conda config --add channels conda-forge --force
conda config --set channel_priority strict
conda config --set safety_checks disabled
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
source activate TEST
conda info --all
install:
- pip install -e . --no-deps --force-reinstall
script:
- |
if [[ $TRAVIS_JOB_NAME == python-* ]]; then
pytest -sv xrspatial/tests
fi
- |
if [[ $TRAVIS_JOB_NAME == 'tarball' ]]; then
pip wheel . -w dist --no-deps && \
check-manifest --verbose && \
twine check dist/*
fi
notifications:
email: false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sulumaenjun/xarray-spatial.git
git@gitee.com:sulumaenjun/xarray-spatial.git
sulumaenjun
xarray-spatial
xarray-spatial
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385