Browse Source
Merge pull request #54 from asellappen/master
Adding power support for this package to support arch independent
pull/55/head
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
.travis.yml
|
|
@@ -23,6 +23,11 @@ matrix: |
|
|
|
- python: "nightly" # 3.10 |
|
|
|
before_script: |
|
|
|
- export TOXENV=py310 |
|
|
|
- python: "2.7" |
|
|
|
arch: ppc64le |
|
|
|
- python: "3.6" |
|
|
|
arch: ppc64le |
|
|
|
|
|
|
|
install: |
|
|
|
- python -m pip install tox |
|
|
|
before_script: |
|
|
|