mirror of
https://github.com/arsenetar/send2trash.git
synced 2025-03-12 14:44:35 +00:00
Merge pull request #73 from sobolevn/patch-1
TravisCI is not used anymore
This commit is contained in:
commit
490fe02245
19
.travis.yml
19
.travis.yml
@ -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
|
|
Loading…
x
Reference in New Issue
Block a user