12 Star 33 Fork 7

jajupmochi / graphkit-learn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
jajupmochi 提交于 2022-02-14 20:23 . [CI] Add tests on Python 3.9.
language: python
python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
#- '3.10'
before_install:
- python --version
- pip install -U pip
- pip install -U pytest
- pip install codecov
- pip install coverage
- pip install pytest-cov
- sudo apt-get -y install gfortran liblapack-dev
install:
- pip install -r requirements.txt
- pip install wheel
script:
- python setup.py bdist_wheel
- if [ $TRAVIS_PYTHON_VERSION == 3.6 ];
then pytest -v --cov-config=.coveragerc --cov-report term --cov=gklearn gklearn/tests/;
else pytest -v --cov-config=.coveragerc --cov-report term --cov=gklearn gklearn/tests/ --ignore=gklearn/tests/test_median_preimage_generator.py;
fi
after_success:
- codecov
Python
1
https://gitee.com/jajupmochi/graphkit-learn.git
git@gitee.com:jajupmochi/graphkit-learn.git
jajupmochi
graphkit-learn
graphkit-learn
master

搜索帮助