X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=da0836a7d916b4cddc031c98c1ad4c784487380c;hb=dc15d0c1c39ffb6776e87a06ae57730be8ceb088;hp=d7b6ba603fff8fd92e6742da091072a7c0c93420;hpb=5d25acd019dc55806da2b2d8c5609877696e7d78;p=ppu.git diff --git a/.travis.yml b/.travis.yml index d7b6ba6..da0836a 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,13 @@ matrix: - python: "3.6" env: TOXENV=py36 - python: "3.7" - dist: xenial env: TOXENV=py37 + - python: "3.8" + env: TOXENV=py38 - python: "2.7" env: TOXENV=py27-flake8 - - python: "3.7" - dist: xenial - env: TOXENV=py37-flake8 + - python: "3.8" + env: TOXENV=py38-flake8 install: - travis_retry pip install --upgrade "pip < 19.1" setuptools tox