Merge pull request #54 from asellappen/master

Adding power support for this package to support arch independent
This commit is contained in:
Andrew Senetar 2021-01-21 19:11:15 -06:00 committed by GitHub
커밋 2eb3242cd9
No known key found for this signature in database
GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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: