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

Merge pull request #7 from wckd/bump_django

Bumped django to 1.5.4
This commit is contained in:
Adam Coddington 2013-09-28 13:23:40 -07:00
commit 8c4d60cb9b

View file

@ -4,7 +4,7 @@ python:
- "2.7"
- "3.2"
env:
- DJANGO=1.5.1
- DJANGO=1.5.4
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q -e . --use-mirrors