]> git.phdru.name Git - sqlconvert.git/blobdiff - .travis.yml
Feat(CI): Run tests with PostgreSQL
[sqlconvert.git] / .travis.yml
index 6b5a49eae960481be5c36030af1573d98b3be340..d1f382bc9f79f89bef02996ee88f26e0967ba564 100644 (file)
@@ -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