Skip to content

Commit

Permalink
add django-oscar to tests_require in setup.py to let tests pass!
Browse files Browse the repository at this point in the history
  • Loading branch information
wtayyeb committed Jul 30, 2016
1 parent f8c72db commit e5f8b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
]

tests_require = [
'django-oscar>=1.1.1',
'django-webtest==1.7.8',
'pytest==2.9.0',
'pytest-cov==2.1.0',
Expand Down Expand Up @@ -52,7 +53,6 @@
setup_requires=setup_requires,
extras_require={
'test': tests_require,
'oscar': ['django-oscar>=1.1.1', ],
},
use_scm_version=True,
)

0 comments on commit e5f8b3c

Please sign in to comment.