Skip to content

Commit

Permalink
Install psycopg2-binary
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kevinburkefreenome committed Aug 6, 2018
1 parent 8e32477 commit 670b33e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ cache: pip
language: python

python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -19,12 +17,6 @@ python:

matrix:
include:
- python: "2.6"
env: WITHSIMPLEJSON=false WITHFUTURE=true
- python: "2.6"
env: WITHSIMPLEJSON=true WITHFUTURE=false
- python: "2.6"
env: WITHSIMPLEJSON=true WITHFUTURE=true
- python: "2.7"
env: WITHFUTURE=true

Expand Down
2 changes: 1 addition & 1 deletion requirements/test-cpython.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r test.txt
psycopg2
psycopg2-binary

0 comments on commit 670b33e

Please sign in to comment.