X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=.travis.yml;h=ddc93951d97f11da52a4fa723c49c54a4125ad37;hp=d1f382bc9f79f89bef02996ee88f26e0967ba564;hb=HEAD;hpb=0de3e04c1c3c8e824d799a7ba219ec50a3fccb64 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index d1f382b..0000000 --- a/.travis.yml +++ /dev/null @@ -1,46 +0,0 @@ -# Config file for automatic testing at travis-ci.org - -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master - -# Prefer docker containers -sudo: required - -language: python - -python: - - "3.6" - -cache: pip - -addons: - apt: - packages: - - python-psycopg2 - - python3-psycopg2 - postgresql: "9.4" - -env: - - TOXENV=py27 - - TOXENV=py34 - - TOXENV=py35 - - TOXENV=py36 - - TOXENV=py27-postgres - - TOXENV=py34-postgres - - TOXENV=py35-postgres - - TOXENV=py36-postgres - - TOXENV=py27-sqlite - - TOXENV=py34-sqlite - - TOXENV=py35-sqlite - - TOXENV=py36-sqlite - - TOXENV=py27-flake8 - - TOXENV=py34-flake8 - -install: - - travis_retry pip install tox - -script: - - tox