From b03bee0a01f9b9ad40187aa6fbb92a5408422e45 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. --- requirements/test-cpython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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