]> git.phdru.name Git - sqlconvert.git/blobdiff - .travis.yml
Tests: Use tox instead of tests/Makefile
[sqlconvert.git] / .travis.yml
index 52178640e2d8153c5ad7f596cdd58b87a718be03..d1f382bc9f79f89bef02996ee88f26e0967ba564 100644 (file)
@@ -16,11 +16,28 @@ 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
+  - TOXENV=py36-sqlite
+  - TOXENV=py27-flake8
+  - TOXENV=py34-flake8
 
 install:
   - travis_retry pip install tox