forked from mirror/django-mailbox
Bumping version; adding python 3 support.
This commit is contained in:
parent
364a3061c2
commit
871d2983b8
2 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ language: python
|
|||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
env:
|
||||
- DJANGO=1.4
|
||||
- DJANGO=1.5.1
|
||||
install:
|
||||
- pip install -q Django==$DJANGO --use-mirrors
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -6,7 +6,7 @@ tests_require=[
|
|||
|
||||
setup(
|
||||
name='django-mailbox',
|
||||
version='1.11',
|
||||
version='2.0'
|
||||
url='http://bitbucket.org/latestrevision/django-mailbox/',
|
||||
description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.',
|
||||
author='Adam Coddington',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue