X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=8bd44baf15fbf8cc445fb66cdb963eee694549f0;hb=c35776dc0ec174f7defdb0eb657bff2690618e3f;hp=462ac6ec5284beb8160de131dbee8f1abd6ace7e;hpb=0dfca528893d4019b8c4568cae728569b694afbb;p=ppu.git diff --git a/.travis.yml b/.travis.yml index 462ac6e..8bd44ba 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,23 +13,23 @@ matrix: include: - python: "2.7" env: TOXENV=py27 - - python: "3.4" - env: TOXENV=py34 - python: "3.5" env: TOXENV=py35 - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 + - python: "3.8" + env: TOXENV=py38 + - python: "3.9" + env: TOXENV=py39 - python: "2.7" env: TOXENV=py27-flake8 - - python: "3.7" - dist: xenial - env: TOXENV=py37-flake8 + - python: "3.9" + env: TOXENV=py39-flake8 install: - - travis_retry pip install --upgrade pip setuptools tox + - travis_retry pip install --upgrade "pip<21" "setuptools<44" "tox>=3.15" script: - tox