mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-10-29 21:05:57 +00:00
Andrew Senetar
69a82a5162
- Drop the duplicate runs from travis that github actions now cover. - Add additional ppc64le entries for 3.7, 3.8, 3.9
21 lines
397 B
YAML
21 lines
397 B
YAML
language: python
|
|
matrix:
|
|
include:
|
|
- python: "3.4"
|
|
- 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
|