send2trash/.travis.yml

21 lines
397 B
YAML
Raw Normal View History

2017-08-03 19:31:39 -05:00
language: python
matrix:
include:
- python: "3.4"
- python: "2.7"
arch: ppc64le
- python: "3.6"
arch: ppc64le
- python: "3.7"
arch: ppc64le
2020-12-01 01:36:59 -06:00
- python: "3.8"
arch: ppc64le
- python: "3.9"
arch: ppc64le
2017-08-03 19:31:39 -05:00
install:
2020-12-01 01:36:59 -06:00
- python -m pip install tox
before_script:
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
2017-08-03 19:31:39 -05:00
script:
2020-12-01 01:36:59 -06:00
- python -m tox