1
0
Derivar 0

Adding power support for this package to support arch indepentant

Este cometimento está contido em:
Arumugam 2020-12-15 06:08:33 +00:00
ascendente 49bc438546
cometimento f62b4f1ffd
1 ficheiros modificados com 10 adições e 0 eliminações

Ver ficheiro

@ -20,6 +20,16 @@ matrix:
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
- python: "3.7"
dist: xenial
- python: "2.7"
arch: ppc64le
- python: "3.6"
arch: ppc64le
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
- python: "3.7"
dist: xenial
- python: "3.8"
dist: bionic
install:
- pip install tox
before_script: