1
0
mirror of https://github.com/arsenetar/send2trash.git synced 2026-03-14 19:41:39 +00:00

Expand supported Python versions

This commit is contained in:
Mickaël Schoentgen
2020-12-01 08:36:59 +01:00
parent 49bc438546
commit 38ae2b63d2
4 changed files with 11 additions and 6 deletions

View File

@@ -17,12 +17,15 @@ matrix:
- python: "3.4"
- python: "3.5"
- python: "3.6"
# Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815
- python: "3.7"
dist: xenial
- python: "3.8"
- python: "3.9"
- python: "nightly" # 3.10
before_script:
- export TOXENV=py310
install:
- pip install tox
- python -m pip install tox
before_script:
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
script:
- tox
- python -m tox