send2trash/.travis.yml

35 lines
828 B
YAML
Raw Normal View History

2017-08-03 19:31:39 -05:00
language: python
matrix:
include:
- os: windows
language: sh
2021-03-02 00:24:59 -06:00
python: "3.8"
env: "PATH="/c/Python:/c/Python/Scripts:$PATH""
# Perform the manual steps on windows to install python3
before_install:
2021-03-02 00:24:59 -06:00
- choco install python --version=3.8.6
- python -m pip install --upgrade pip
before_script:
2021-03-02 00:24:59 -06:00
- export TOXENV=py38
- python: "2.7"
- python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
2020-12-01 01:36:59 -06:00
- python: "3.8"
- python: "3.9"
- python: "nightly" # 3.10
before_script:
- export TOXENV=py310
- python: "2.7"
arch: ppc64le
- python: "3.6"
arch: ppc64le
2021-01-21 19:00:33 -06:00
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