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

Bumping version; adding python 3 support.

This commit is contained in:
Adam Coddington 2013-06-22 15:43:32 -07:00
parent 364a3061c2
commit 871d2983b8
2 changed files with 2 additions and 2 deletions

View file

@ -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