X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=.travis.yml;h=53ebf0a1557a654a5769da2880b203834cf55e1f;hb=96c2cb6da5a7b7f4c13043f746636a36cfeb6c5e;hp=e598ae2c50e8b2cf323347c1b5c64828770ed7f1;hpb=4c7b0c4296078cdc79357356f0c89d59a2ad5f37;p=sqlconvert.git diff --git a/.travis.yml b/.travis.yml index e598ae2..53ebf0a 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 @@ -33,6 +26,10 @@ matrix: env: TOXENV=py35 - python: "3.6" env: TOXENV=py36 + - python: "3.7" + env: TOXENV=py37 + - python: "3.8" + env: TOXENV=py38 - python: "2.7" env: TOXENV=py27-postgres - python: "3.4" @@ -41,6 +38,10 @@ matrix: env: TOXENV=py35-postgres - python: "3.6" env: TOXENV=py36-postgres + - python: "3.7" + env: TOXENV=py37-postgres + - python: "3.8" + env: TOXENV=py38-postgres - python: "2.7" env: TOXENV=py27-sqlite - python: "3.4" @@ -49,13 +50,17 @@ matrix: env: TOXENV=py35-sqlite - python: "3.6" env: TOXENV=py36-sqlite + - python: "3.7" + env: TOXENV=py37-sqlite + - python: "3.8" + env: TOXENV=py38-sqlite - python: "2.7" env: TOXENV=py27-flake8 - - python: "3.4" - env: TOXENV=py34-flake8 + - python: "3.8" + env: TOXENV=py38-flake8 install: - - travis_retry pip install --upgrade pip setuptools tox ppu + - travis_retry pip install --upgrade "pip<21" "setuptools<44" tox ppu script: - tox