X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=bdaddf94fa5445f6f69a335e37d9d7b652ed2c1b;hb=e47ea1d5229761abcedccaa24a1b26efea81c72e;hp=cf32cab6227b83e06a15c5edebc60e46e9428f8f;hpb=54c8ca8d3308eb3c86acd9aecc1422bebae26e9b;p=m_librarian.git diff --git a/.travis.yml b/.travis.yml index cf32cab..bdaddf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,6 @@ -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master +os: linux + +dist: xenial language: python @@ -22,16 +20,16 @@ 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 ppu + - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu script: - tox