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 2559d02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 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 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 2559d02

Please sign in to comment.