X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=fc8ae1f2b787cd844c441ebfbc24512eff4f9eb4;hb=ec9ca52e461512deb6b3614d155645e177c7eff0;hp=51c28ccde1c6817419be72b61857d3a53daca6a3;hpb=7db456abb851878ea93938435e38ec124b43d39b;p=mimedecode.git diff --git a/.travis.yml b/.travis.yml index 51c28cc..fc8ae1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,3 @@ -# Config file for automatic testing at travis-ci.org - -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - -# Prefer docker containers -sudo: required - language: python python: @@ -20,19 +9,20 @@ 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" + dist: xenial + env: TOXENV=py37 - python: "pypy" env: TOXENV=pypy install: - - travis_retry pip install --upgrade pip setuptools tox + - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu script: - tox