diff --git a/.travis.yml b/.travis.yml index 18c855c..b8446a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index 5c03a2c..ca3a913 100755 --- a/setup.py +++ b/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',