diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 8 |
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 |