summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml42
1 files changed, 0 insertions, 42 deletions
diff --git a/.travis.yml b/.travis.yml
index dc967a9fd..e67099f84 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,48 +50,6 @@ jobs:
- ATLAS=None
- EXPECT_CPU_FEATURES="VX VXE VXE2"
- # Wheel builders
- # Note that Ubuntu focal comes with Python 3.8 and CIBW_BUILD determines
- # the Python used to build the wheels.
- - python: "3.8"
- os: linux
- arch: arm64
- virt: vm
- env:
- - CIBW_BUILD: cp39-manylinux_aarch64
- install: python3 -m pip install cibuildwheel==2.11.2
- script: |
- cibuildwheel --output-dir wheelhouse
- source ./tools/wheels/upload_wheels.sh
- set_travis_vars
- set_upload_vars
- upload_wheels # Will be skipped if not a push/tag/scheduled build
- - python: "3.8"
- os: linux
- arch: arm64
- virt: vm
- env:
- - CIBW_BUILD: cp310-manylinux_aarch64
- install: python3 -m pip install cibuildwheel==2.11.2
- script: |
- cibuildwheel --output-dir wheelhouse
- source ./tools/wheels/upload_wheels.sh
- set_travis_vars
- set_upload_vars
- upload_wheels # Will be skipped if not a push/tag/scheduled build
- - python: "3.8"
- os: linux
- arch: arm64
- virt: vm
- env:
- - CIBW_BUILD: cp311-manylinux_aarch64
- install: python3 -m pip install cibuildwheel==2.11.2
- script: |
- cibuildwheel --output-dir wheelhouse
- source ./tools/wheels/upload_wheels.sh
- set_travis_vars
- set_upload_vars
- upload_wheels # Will be skipped if not a push/tag/scheduled build
before_install:
- ./tools/travis-before-install.sh