Browse Source

Adding ppc64le architecture support on travis-ci (#260)

tags/v0.6
kishor kunal raj 3 years ago
committed by GitHub
parent
commit
c1dabcfd66
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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