X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=5322bfb1c625e679ff02d0529e8c60fed20af6bb;hb=80f9ba6cfabb88996401368907181661f46aaaff;hp=e2743b2e4876c2a52e295220801d8af9c7fa0212;hpb=fc5f5464da24df370de8d7504fc7c8a2706ea229;p=ppu.git diff --git a/.travis.yml b/.travis.yml index e2743b2..5322bfb 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,21 +13,23 @@ 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: "2.7" env: TOXENV=py27-flake8 - - python: "3.4" - env: TOXENV=py34-flake8 + - python: "3.8" + env: TOXENV=py38-flake8 install: - - travis_retry pip install tox + - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox script: - tox