X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.travis.yml;h=fc18d5cf48f4b76f3c442ba7f004c326b4464db0;hb=929182a92d4ab0f697a151d0a6d613d17a72c078;hp=b240f97bab00f3881c3c73e850509aab7ea16c4b;hpb=a39056dedda364b4b370cc8d54477c8407e84c14;p=sqlconvert.git diff --git a/.travis.yml b/.travis.yml index b240f97..fc18d5c 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 @@ -34,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" @@ -45,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" @@ -56,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 setuptools tox ppu + - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu script: - tox