1 Star 0 Fork 16

zxj/PyCINRAD

forked from hldqxt/PyCINRAD 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
CyanideCN 提交于 2019-12-11 18:56 . Enable CI for python 3.8
language: python
sudo: true
python:
- 3.6
- 3.7
- 3.8
before_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 show_channel_urls true
- conda update -n base conda
- conda config --prepend channels conda-forge
- conda create -n TEST --strict-channel-priority python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements_dev.txt
- source activate TEST
- conda info --all
install:
- python setup.py install
- conda list
script:
- pytest test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangxinjun2004/PyCINRAD.git
[email protected]:zhangxinjun2004/PyCINRAD.git
zhangxinjun2004
PyCINRAD
PyCINRAD
master

搜索帮助