X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=.travis.yml;h=53ebf0a1557a654a5769da2880b203834cf55e1f;hp=a3bc2413c861529a081667fd45d8c523ec19d492;hb=96c2cb6da5a7b7f4c13043f746636a36cfeb6c5e;hpb=45fc87bdf32110a196e050a238f2f78833e515f6 diff --git a/.travis.yml b/.travis.yml index a3bc241..53ebf0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +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 +dist: xenial language: python @@ -31,8 +27,9 @@ 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-postgres - python: "3.4" @@ -42,8 +39,9 @@ matrix: - python: "3.6" env: TOXENV=py36-postgres - python: "3.7" - dist: xenial env: TOXENV=py37-postgres + - python: "3.8" + env: TOXENV=py38-postgres - python: "2.7" env: TOXENV=py27-sqlite - python: "3.4" @@ -53,16 +51,16 @@ matrix: - python: "3.6" env: TOXENV=py36-sqlite - python: "3.7" - dist: xenial env: TOXENV=py37-sqlite + - python: "3.8" + env: TOXENV=py38-sqlite - 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<21" "setuptools<44" tox ppu script: - tox