X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=bcb4d075522255c7789820fc0634fd3e5abc0983;hb=1780bc79e81540266fcef0a2e64615a266abd339;hp=d023397af257a0676b283e3bee6c8d436bd37393;hpb=6f979a7b947499efdbf58c6611464f53bbf553f2;p=mimedecode.git diff --git a/.travis.yml b/.travis.yml index d023397..bcb4d07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,6 @@ -# Config file for automatic testing at travis-ci.org +os: linux -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - -# Prefer docker containers -sudo: required +dist: xenial language: python @@ -20,19 +13,21 @@ matrix: include: - python: "2.7" env: TOXENV=py27 - - python: "3.3" - env: TOXENV=py33 - python: "3.4" env: TOXENV=py34 - python: "3.5" env: TOXENV=py35 - python: "3.6" env: TOXENV=py36 + - python: "3.7" + env: TOXENV=py37 + - python: "3.8" + env: TOXENV=py38 - python: "pypy" env: TOXENV=pypy install: - - travis_retry pip install --upgrade pip setuptools "tox <= 2.9.1" ppu + - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox ppu script: - tox