Skip to content

Commit

Permalink
Travis-ci:added support for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaymsh authored and danthedeckie committed Apr 13, 2021
1 parent 41c99b8 commit 8b4b377
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: python
dist: xenial
arch:
- amd64
- ppc64le
python:
- "2.7"
- "3.4"
Expand All @@ -8,6 +11,12 @@ python:
- "3.7"
- "3.8"
- "pypy3.5"
matrix:
exclude:
- python: "2.7"
arch: ppc64le
- python: "pypy3.5"
arch: ppc64le
install:
- pip install nose
- pip install coveralls
Expand Down

0 comments on commit 8b4b377

Please sign in to comment.