Skip to content

Commit

Permalink
drop python 2.6 build, pin django below 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Feb 19, 2015
1 parent 5840a18 commit 04feac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"
install:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -9,7 +9,7 @@
url='http://github.com/dimagi/django-prbac',
packages=['django_prbac'],
install_requires=[
'django>=1.3.7',
'django<1.7',
'django-json-field>=0.5.5',
'simplejson',
'South',
Expand Down

0 comments on commit 04feac1

Please sign in to comment.