Skip to content

Commit

Permalink
dropped support for django < 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
troygrosfield committed Sep 4, 2014
1 parent 4f2f03f commit 7c94d52
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ branches:
only:
- master
env:
- DJANGO_VERSION=1.5.10
- DJANGO_VERSION=1.6.7
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
include_package_data=True,
zip_safe=False,
setup_requires=[
'django >= 1.5.5',
'django >= 1.6',
],
classifiers=classifiers
)
1 change: 0 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
django_nose
https://github.com/InfoAgeTech/django-testing/tarball/master

0 comments on commit 7c94d52

Please sign in to comment.