File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ install:
25
25
if [ "$TEST_TYPE" = build ]; then
26
26
pip install --download-cache $HOME/.cache/pip/ pytest pytest-cov coveralls six pytest-django django-filter sqlalchemy_utils
27
27
pip install --download-cache $HOME/.cache/pip psycopg2 > /dev/null 2>&1
28
- pip install https://github.com/graphql-python/graphql-core/archive/master.zip
29
- pip install https://github.com/graphql-python/graphql-relay-py/archive/master.zip
28
+ pip install --download-cache $HOME/.cache/pip/ -e .
30
29
pip install --download-cache $HOME/.cache/pip/ -e .[django]
31
30
pip install --download-cache $HOME/.cache/pip/ -e .[sqlalchemy]
32
31
pip install django==$DJANGO_VERSION
Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ def run_tests(self):
55
55
56
56
install_requires = [
57
57
'six>=1.10.0' ,
58
- # 'graphql-core>=0.5.0 ',
59
- # 'graphql-relay==0.4.2 ',
58
+ 'graphql-core==0.5b3 ' ,
59
+ 'graphql-relay==0.4b1 ' ,
60
60
'iso8601' ,
61
61
],
62
62
tests_require = [
Original file line number Diff line number Diff line change 8
8
django>=1.8.0,<1.9
9
9
pytest-django
10
10
graphql-django-view>=1.0.0
11
- graphql-core ==0.4.9
12
- graphql-relay ==0.3.3
11
+ graphql-core ==0.5b3
12
+ graphql-relay ==0.4b1
13
13
six
14
14
blinker
15
15
singledispatch
You can’t perform that action at this time.
0 commit comments