summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2022-02-13 06:28:49 -0700
committerCharles Harris <charlesr.harris@gmail.com>2022-02-13 06:28:49 -0700
commite4642682150074cf614c5eb6c99cfda38378e578 (patch)
tree28ffc49f208b26d62245c0cee14e8e177cbd524e /.travis.yml
parent4c60b3263ac50e5e72f6a909e156314fc3c9cba0 (diff)
downloadnumpy-e4642682150074cf614c5eb6c99cfda38378e578.tar.gz
MAINT: Use "3.10" instead of "3.10-dev" on travis.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 5652e2dbd..e12001269 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ cache:
jobs:
include:
- - python: 3.8
+ - python: "3.8"
os: linux
arch: ppc64le
env:
@@ -35,7 +35,7 @@ jobs:
- NPY_USE_BLAS_ILP64=1
- ATLAS=None
- - python: 3.8
+ - python: "3.8"
os: linux
arch: s390x
env:
@@ -44,7 +44,7 @@ jobs:
- NPY_USE_BLAS_ILP64=1
- ATLAS=None
- - python: 3.8
+ - python: "3.8"
os: linux
arch: arm64
virt: vm
@@ -53,7 +53,7 @@ jobs:
- DOWNLOAD_OPENBLAS=1
- ATLAS=None
- - python: 3.10-dev
+ - python: "3.10"
os: linux
arch: arm64
virt: vm