Skip to content

Commit

Permalink
Merge pull request #338 from spockNinja/fix_tests
Browse files Browse the repository at this point in the history
Fixing the test build
  • Loading branch information
syrusakbary authored Dec 18, 2017
2 parents 24706f5 + f8a5860 commit b54e02c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'pytest-django==2.9.1',
] + rest_framework_require

django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0'
setup(
name='graphene-django',
version=version,
Expand Down Expand Up @@ -58,7 +59,7 @@
install_requires=[
'six>=1.10.0',
'graphene>=2.0,<3',
'Django>=1.8.0',
django_version,
'iso8601',
'singledispatch>=3.4.0.3',
'promise>=2.1',
Expand Down

0 comments on commit b54e02c

Please sign in to comment.