From 2559d02afc99e7ec9e03c541c1a53d990e28c6ff Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 6 Aug 2018 10:05:06 -0700 Subject: [PATCH] Install psycopg2-binary Currently Travis CI builds are failing with a message asking us to install the binary version, so let's give that a try. Remove Python 2.6 and Python 3.3 from the build matrix, as those versions are not supported by the core team or Sphinx. --- .travis.yml | 2 -- requirements/test-cpython.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 487044b7..f94fc3b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,7 @@ cache: pip language: python python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" diff --git a/requirements/test-cpython.txt b/requirements/test-cpython.txt index 29fa16cc..e0ad6006 100644 --- a/requirements/test-cpython.txt +++ b/requirements/test-cpython.txt @@ -1,2 +1,2 @@ -r test.txt -psycopg2 +psycopg2-binary