Skip to content

Commit

Permalink
try something else on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Dec 7, 2024
1 parent ac47e8d commit fe912ea
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
os: linux
dist: focal
dist: jammy
language: python
python: "3.10"
python: "3.12"

branches:
except:
- /^dependabot.*$/

jobs:
include:
- arch: arm64-graviton2
virt: vm
group: edge
- arch: arm64
- arch: ppc64le
- arch: s390x
allow_failures:
Expand Down Expand Up @@ -40,7 +38,7 @@ install:
- pip install nox

script:
- nox -s tests-3.10
- nox -s tests-3.12

after_success:
- if [ "$(uname -m)" != "aarch64" ]; then qemu-x86_64-static ${HOME}/codecov; fi
Expand Down

0 comments on commit fe912ea

Please sign in to comment.