Skip to content

Commit

Permalink
Remove ppc64le tests
Browse files Browse the repository at this point in the history
Reverts #208. This was a marketing campaign via PR by IBM. This project is pure python so does not need testing on alternative CPU architectures. And no one reported any problems with ppc64le, because basically no one uses it.
  • Loading branch information
adamchainz authored and gotcha committed Dec 30, 2021
1 parent 83ba4ba commit 3f41e83
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
arch:
- amd64
- ppc64le
language: python
python:
- "2.7"
Expand All @@ -12,10 +11,6 @@ python:
- "3.10"
- "nightly"
- "pypy"
matrix:
exclude:
- python: "pypy"
arch: ppc64le
before_install:
# Update pip and setuptools to the latest.
- pip install --upgrade pip setuptools
Expand Down

0 comments on commit 3f41e83

Please sign in to comment.