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 提交者 GitHub
當前提交 2eb3242cd9
沒有發現已知的金鑰在資料庫的簽署中
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: