File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -80,13 +80,13 @@ matrix:
80
80
fast_finish : true
81
81
include :
82
82
- python : ' 2.7'
83
- env : DJANGO_VERSION=1.6
83
+ env : TEST_TYPE=build DJANGO_VERSION=1.6
84
84
- python : ' 2.7'
85
- env : DJANGO_VERSION=1.7
85
+ env : TEST_TYPE=build DJANGO_VERSION=1.7
86
86
- python : ' 2.7'
87
- env : DJANGO_VERSION=1.8
87
+ env : TEST_TYPE=build DJANGO_VERSION=1.8
88
88
- python : ' 2.7'
89
- env : DJANGO_VERSION=1.9
89
+ env : TEST_TYPE=build DJANGO_VERSION=1.9
90
90
- python : ' 2.7'
91
91
env : TEST_TYPE=build_website
92
92
- python : ' 2.7'
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def run_tests(self):
55
55
56
56
install_requires = [
57
57
'six>=1.10.0' ,
58
- 'graphql-core= =0.4.9' ,
58
+ 'graphql-core> =0.4.9' ,
59
59
'graphql-relay==0.3.3' ,
60
60
],
61
61
tests_require = [
You can’t perform that action at this time.
0 commit comments