Skip to content

Commit

Permalink
Update psycopg
Browse files Browse the repository at this point in the history
  • Loading branch information
egichuri committed Apr 13, 2017
1 parent 6025a6d commit 0bcc0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
- DB=mysql
- DB=postgres
addons:
postgresql: "9.5"
postgresql: "9.4"
script:
- coverage run --omit=*/tests/* --source=hc manage.py test
after_success: coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
croniter
Django==1.10.5
django_compressor==2.1
psycopg2==2.6.2
psycopg2==2.7.1
pytz==2016.7
requests==2.9.1

0 comments on commit 0bcc0d8

Please sign in to comment.