Skip to content

Commit

Permalink
Merge 04feac1 into 4a77d0e
Browse files Browse the repository at this point in the history
  • Loading branch information
czue committed Feb 19, 2015
2 parents 4a77d0e + 04feac1 commit 8a585eb
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 8a585eb

Please sign in to comment.