X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=.travis.yml;h=d1f382bc9f79f89bef02996ee88f26e0967ba564;hp=6b5a49eae960481be5c36030af1573d98b3be340;hb=0de3e04c1c3c8e824d799a7ba219ec50a3fccb64;hpb=f5bc1166430a10995e541ab263cb22634c7d9da4 diff --git a/.travis.yml b/.travis.yml index 6b5a49e..d1f382b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,22 @@ python: 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