We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b39992 commit 91cc0ceCopy full SHA for 91cc0ce
.travis.yml
@@ -24,6 +24,7 @@ install:
24
- |
25
if [ "$TEST_TYPE" = build ]; then
26
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
28
pip install --download-cache $HOME/.cache/pip/ -e .[django]
29
pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy]
30
pip install django==$DJANGO_VERSION
0 commit comments