X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=69521f1017b6de7e3e24802e6505386643f51c19;hb=3321112c6dde4bfbc16e641dbdbd6f17aab173e3;hp=88e2328ba678b28cecdee7b5f906046cf9cb1c91;hpb=6cbc0cf401acfcef67b1e99ab0921335d43dcc8d;p=mimedecode.git diff --git a/.travis.yml b/.travis.yml index 88e2328..69521f1 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 @@ -27,13 +20,14 @@ matrix: - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 + - python: "3.8" + env: TOXENV=py38 - python: "pypy" env: TOXENV=pypy install: - - travis_retry pip install --upgrade pip setuptools tox ppu + - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu script: - tox