Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent #227

Open
wants to merge 1 commit 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
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
language: python
sudo: false
arch:
- amd64
- ppc64le
if: (type = push AND branch IN (master)) OR (type = pull_request)
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.8"
before_install:
- export PIP_USE_MIRRORS=true
- pip install --upgrade pytest # https://github.com/travis-ci/travis-ci/issues/4873
Expand Down