X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=451b3018e9df1d3e93b3125e0b235c3577e8602e;hb=e7a97d925f692e1340017f96d04e3535dc6f532d;hp=68a8bace73e7e1e9c45be66f6f62028463e42a03;hpb=93cbc5b0812b6eaba8b2f8fef6139a8e094e85b4;p=mimedecode.git diff --git a/.travis.yml b/.travis.yml index 68a8bac..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 @@ -27,7 +20,6 @@ matrix: - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 - python: "pypy" env: TOXENV=pypy