1
0
Derivar 0

Merge pull request #54 from asellappen/master

Adding power support for this package to support arch independent
Este cometimento está contido em:
Andrew Senetar 2021-01-21 19:11:15 -06:00 cometido por GitHub
ascendente 60bcb2c834 c411f4eae4
cometimento 2eb3242cd9
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros modificados com 5 adições e 0 eliminações

Ver ficheiro

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