mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-03 11:53:27 +03:00
Fix bash check
This commit is contained in:
parent
e7d6feb7bf
commit
390c827f70
|
@ -11,7 +11,7 @@ install:
|
||||||
pip install -e .[test]
|
pip install -e .[test]
|
||||||
pip install psycopg2 # Required for Django postgres fields testing
|
pip install psycopg2 # Required for Django postgres fields testing
|
||||||
pip install django==$DJANGO_VERSION
|
pip install django==$DJANGO_VERSION
|
||||||
if [ $DJANGO_VERSION = 1.8 || $DJANGO_VERSION = 1.9 ]; then # DRF dropped 1.8 and 1.9 support at 3.7.0
|
if [ $DJANGO_VERSION == 1.8 ] || [ $DJANGO_VERSION == 1.9 ]; then # DRF dropped 1.8 and 1.9 support at 3.7.0
|
||||||
pip install djangorestframework==3.6.4
|
pip install djangorestframework==3.6.4
|
||||||
fi
|
fi
|
||||||
python setup.py develop
|
python setup.py develop
|
||||||
|
|
Loading…
Reference in New Issue
Block a user