X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=451b3018e9df1d3e93b3125e0b235c3577e8602e;hb=e7a97d925f692e1340017f96d04e3535dc6f532d;hp=40e3e71fcd5fc892dc4a1dc087b3bd41c93321fb;hpb=b882aa5c51df9148419898efa28b4cefc06e1a65;p=mimedecode.git diff --git a/.travis.yml b/.travis.yml index 40e3e71..451b301 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,19 @@ 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: "pypy" env: TOXENV=pypy install: - - travis_retry pip install tox + - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu script: - tox