mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-05-08 01:39:51 +00:00
Adding power support for this package to support arch indepentant
This commit is contained in:
parent
49bc438546
commit
f62b4f1ffd
10
.travis.yml
10
.travis.yml
@ -20,6 +20,16 @@ matrix:
|
|||||||
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
|
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
|
||||||
- python: "3.7"
|
- python: "3.7"
|
||||||
dist: xenial
|
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:
|
install:
|
||||||
- pip install tox
|
- pip install tox
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user