Skip to content

Commit

Permalink
Switch to python-django since pytest-django-lite doesn't support 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Mar 17, 2015
1 parent aa346fd commit 1a62221
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flake8
invoke>=0.9.0,<0.10
pytest
pytest-cov
pytest-django-lite
pytest-django
sphinx
sphinx_rtd_theme
tox
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
tests_require = [
'pytest',
'pytest-cov',
'pytest-django-lite',
'pytest-django',
'flake8',
]

Expand Down

0 comments on commit 1a62221

Please sign in to comment.