1
0
镜像自地址 https://github.com/arsenetar/send2trash.git 已同步 2025-09-11 18:08:16 +00:00

Merge pull request #73 from sobolevn/patch-1

TravisCI is not used anymore
这个提交包含在:
Andrew Senetar 2023-04-26 23:54:24 -05:00 提交者 GitHub
当前提交 490fe02245
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -1,19 +0,0 @@
language: python
matrix:
include:
- python: "2.7"
arch: ppc64le
- python: "3.6"
arch: ppc64le
- python: "3.7"
arch: ppc64le
- python: "3.8"
arch: ppc64le
- python: "3.9"
arch: ppc64le
install:
- python -m pip install tox
before_script:
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
script:
- python -m tox