1 Star 0 Fork 0

也许会在慢慢改变/numpy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
# After changing this file, check it on:
# http://lint.travis-ci.org/
language: python
group: travis_latest
os: linux
dist: bionic
# Travis allows these packages, additions can be requested
# https://github.com/travis-ci/apt-package-safelist
addons:
apt:
packages: &common_packages
- gfortran
- libgfortran5
- libatlas-base-dev
# Speedup builds, particularly when USE_CHROOT=1
- eatmydata
# Disable clone depth
git:
depth: false
cache:
directories:
- $HOME/.cache/pip
jobs:
include:
- python: 3.7
os: linux
arch: ppc64le
env:
# use OpenBLAS build, not system ATLAS
- DOWNLOAD_OPENBLAS=1
- ATLAS=None
- python: 3.7
os: linux
arch: s390x
env:
# use OpenBLAS build, not system ATLAS
- DOWNLOAD_OPENBLAS=1
- NPY_USE_BLAS_ILP64=1
- ATLAS=None
- python: 3.7
os: linux
arch: arm64
env:
# use OpenBLAS build, not system ATLAS
- DOWNLOAD_OPENBLAS=1
- ATLAS=None
before_install:
- ./tools/travis-before-install.sh
script:
- ./tools/travis-test.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liu1412_620/numpy.git
git@gitee.com:liu1412_620/numpy.git
liu1412_620
numpy
numpy
master

搜索帮助