1
0
鏡像自 https://github.com/arsenetar/send2trash.git synced 2025-07-05 15:03:20 +00:00

Adding power support for this package to support arch indepentant

This commit is contained in:
Arumugam 2020-12-15 06:08:33 +00:00
父節點 49bc438546
當前提交 f62b4f1ffd

查看文件

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