Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AddingPowerSupport_CI/Testing #43

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
arch:
- amd64
- ppc64le
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
jobs:
exclude:
- python: "pypy"
arch: ppc64le

# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
# Should be able to remove this wierd stuff once
# https://github.com/travis-ci/travis-ci/issues/9815 is resolved
Expand All @@ -13,6 +21,12 @@ matrix:
- python: 3.7
dist: xenial
sudo: true
arch: amd64
- python: 3.7
dist: xenial
sudo: true
arch: ppc64le

# /end python 3.7 hack
before_install:
- "sudo apt-get update -qq"
Expand Down