1
0
spegling av https://github.com/arsenetar/send2trash.git synced 2025-07-15 19:13:20 +00:00

TravisCI is not used anymore

This commit is contained in:
Nikita Sobolev 2022-10-11 23:57:46 +03:00 committad av GitHub
förälder 0ef9b3294a
incheckning 955f8091da
Ingen känd nyckel hittad för denna signaturen i databasen
GPG-nyckel ID: 4AEE18F83AFDEB23

Visa fil

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