Browse Source

Adding ppc64le architecture support on travis-ci

pull/260/head
kishorkunal-raj 3 years ago
parent
commit
9ffe05d909
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .travis.yml

+ 3
- 0
.travis.yml View File

@@ -6,6 +6,9 @@ python:
- 3.7
- 3.8
- 3.9-dev
arch:
- amd64
- ppc64le
install:
- pip install coveralls
- python setup.py develop


Loading…
Cancel
Save