Skip to content

Commit 91cc0ce

Browse files
committed
Added psycopg2 (cffi) to travis
1 parent 1b39992 commit 91cc0ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install:
2424
- |
2525
if [ "$TEST_TYPE" = build ]; then
2626
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter sqlalchemy_utils
27+
pip install --download-cache $HOME/.cache/pip psycopg2 > /dev/null 2>&1
2728
pip install --download-cache $HOME/.cache/pip/ -e .[django]
2829
pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy]
2930
pip install django==$DJANGO_VERSION

0 commit comments

Comments
 (0)