Added psycopg2 (cffi) to travis

This commit is contained in:
Syrus Akbary 2016-04-02 20:13:30 -07:00
parent 1b39992dbe
commit 91cc0ced86

View File

@ -24,6 +24,7 @@ install:
- |
if [ "$TEST_TYPE" = build ]; then
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter sqlalchemy_utils
pip install --download-cache $HOME/.cache/pip psycopg2 > /dev/null 2>&1
pip install --download-cache $HOME/.cache/pip/ -e .[django]
pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy]
pip install django==$DJANGO_VERSION