Skip to content

Commit

Permalink
remove postgres from requirements, only use it in testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
karambir committed Sep 5, 2014
1 parent 5da0669 commit a56971a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
# command to install dependencies
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
- pip install coveralls psycopg2 --use-mirrors
notifications:
slack: agiliq:4rM97fcM3RrHNA3EssNXYG3V
env:
Expand Down
3 changes: 0 additions & 3 deletions blogango/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,6 @@ def test_tagged_entries_pagination(self):
response = self.c.get(reverse('blogango_tag_details_page', args=[tag.slug, 3]))
self.assertEqual(response.status_code, 404)

def tearDown(self):
pass


class TestAdminActions(TestCase):
"""check for admin action on the blog"""
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ haystack
markdown
docutils
textile
psycopg2

0 comments on commit a56971a

Please sign in to comment.