X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=.travis.yml;h=ddc93951d97f11da52a4fa723c49c54a4125ad37;hp=fc18d5cf48f4b76f3c442ba7f004c326b4464db0;hb=HEAD;hpb=929182a92d4ab0f697a151d0a6d613d17a72c078 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index fc18d5c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,69 +0,0 @@ -os: linux - -dist: xenial - -language: python - -python: - - "2.7" - -cache: pip - -addons: - apt: - packages: - - python-psycopg2 - - python3-psycopg2 - postgresql: "9.4" - -matrix: - include: - - python: "2.7" - env: TOXENV=py27 - - python: "3.4" - env: TOXENV=py34 - - python: "3.5" - 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" - env: TOXENV=py34-postgres - - python: "3.5" - 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" - env: TOXENV=py34-sqlite - - python: "3.5" - 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.8" - env: TOXENV=py38-flake8 - -install: - - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu - -script: - - tox - -before_cache: - - remove-old-files.py -o 180 ~/.cache/pip