Skip to content

Commit

Permalink
Merge pull request #1115 from sreekanth370/master
Browse files Browse the repository at this point in the history
Added power support for the travis.yml file with ppc64le
  • Loading branch information
Germar authored Mar 14, 2022
2 parents b612911 + 853799f commit a634895
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
# https://docs.travis-ci.com/user/languages/python

language: python
arch :
- amd64
- ppc64le

# ensures that we have UUID filesystem mounts for proper testing
sudo: true
Expand All @@ -24,6 +27,10 @@ before_install:
- sudo apt-get -qq update
# install screen, and util-linux (provides flock) for test_sshtools
- sudo apt-get install -y sshfs screen util-linux
jobs:
exclude:
- arch: ppc64le
python: 3.4

install:
- pip install coveralls
Expand Down

0 comments on commit a634895

Please sign in to comment.