Skip to content

Commit

Permalink
travis: add psycopg2
Browse files Browse the repository at this point in the history
  • Loading branch information
ergo committed Oct 23, 2016
1 parent 94e041c commit 58f0f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ script:
- python setup.py develop
- if [ -n "$BCRYPT" ]; then pip install bcrypt; fi
- if [ -n "$PYBCRYPT" ]; then pip install py-bcrypt; fi
- pip install psycopg2
- py.test

# flake8 and rstcheck
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
test_suite='ziggurat_foundations.tests',
tests_require=[
"coverage",
"pytest"
"pytest",
"psycopg2",
],
install_requires=[
"sqlalchemy",
Expand Down

0 comments on commit 58f0f80

Please sign in to comment.