1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00
Commit graph

22 commits

Author SHA1 Message Date
Ivlev Denis
8f63751f13 Add python3.6 & django1.11+ to tests 2017-07-08 15:01:55 +03:00
Adam Dobrawy
5ddfa79bc7 Drop py16,py33, add dj10 to tests (#108) 2016-08-03 09:58:38 -07:00
Adam Coddington
1c1b3ce7db Fix travis test runner for django-mailbox. 2016-05-14 22:21:39 -07:00
Adam Coddington
b4a3cdc843 Switch from nose to py.test. 2016-05-14 22:06:32 -07:00
Adam Coddington
9538996dea Fixes build failures on Python 3.x.
Squashed commit of the following:

commit f3a782d0b0
Author: Adam Coddington <me@adamcoddington.net>
Date:   Sat Jan 30 22:32:51 2016 -0800

    Django 1.7 does not support Python 3.5.

commit c100ccf867
Author: Adam Coddington <me@adamcoddington.net>
Date:   Sat Jan 30 22:28:09 2016 -0800

    Ensure that message_id is always stripped.

commit ee5a023da1
Author: Adam Coddington <me@adamcoddington.net>
Date:   Sat Jan 30 22:24:27 2016 -0800

    Modern python versions do not have --use-mirrors.

commit 54aa74d984
Author: Adam Coddington <me@adamcoddington.net>
Date:   Sat Jan 30 22:19:59 2016 -0800

    Turn off sudo mode for django-mailbox.
2016-01-30 22:35:20 -08:00
Jonas Haag
4dbab717c2 Cleanup .travis.yml
- Don't hardcode Django minor versions
- Add Python 3.5
- Add Django 1.9
2016-01-19 16:12:32 +01:00
Adam Coddington
3e1f6b9909 Adding Python 3.4. 2015-07-07 21:02:01 -07:00
Adam Coddington
a86527beec Whoops; need to update the excludes. 2015-07-07 20:18:22 -07:00
Adam Coddington
2ebc4b414a Dropping support for Django 1.5 and 1.6; adding support for Django 1.8. 2015-07-07 20:11:40 -07:00
Adam Coddington
634f2f4b26 Adding basic integration tests. 2015-04-12 12:11:39 -07:00
Adam Coddington
e4fb22a7f1 Let's still fail a build if we break things for Django 1.4 and 1.5; lots of people are trapped on old versions. 2014-11-07 19:17:06 -08:00
Patrick Craston
2d82c00c5b convert migrations to work with Django 1.7, add Django 1.7.1 to travis test matrix 2014-11-07 17:35:34 +00:00
Adam Coddington
ee91ad7d28 Exclude Django 1.4.14 with Python 3k. 2014-09-01 13:07:39 -07:00
Adam Coddington
906011416d Updating supported django versions. 2014-09-01 13:02:11 -07:00
Adam Coddington
5c8385de21 Dropping support for Python 3.2; the whole unicode literal thing has been a little troublesome over the years. 2014-09-01 12:57:00 -07:00
Adam Coddington
002e33bd95 Refactoring imports for Python3 support. Fixes #13.
* Refactoring unicode payload handling of mis-encoded payloads.
* Uses six.moves.urllib to find proper urllib versions.
2014-04-24 15:44:45 -07:00
Adam Coddington
ce74ff1f83 Removing 1.4.10 from tested versions. 2013-12-24 02:18:12 -08:00
Adam Coddington
24adc86410 Adding a greater variety of Django versions. 2013-12-24 02:10:54 -08:00
Alexander Hansen
3b5e8afc08 Bumped django to 1.5.4 2013-09-28 11:52:06 +00:00
Adam Coddington
871d2983b8 Bumping version; adding python 3 support. 2013-06-22 15:43:32 -07:00
Adam Coddington
4567312402 Adding Django 1.5, Removing Django 1.3 to versions tested on Travis.CI. 2013-06-22 15:09:29 -07:00
Adam Coddington
0eb63b44cf Adding tests. 2013-01-19 00:26:58 -08:00