Commit d6cf63f8 by benjaoming

once again correcting travis config and adding py3 fixed requirement for django_nyt

parent aa2980dc
......@@ -15,7 +15,7 @@ matrix:
exclude:
# Python 2.6 support has been dropped in Django 1.7
- python: "2.6"
env: DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/"
env: DJANGO="https://www.djangoproject.com/download/1.7.b4/tarball/" SOUTH="" SORLTHUMBNAIL="sorl-thumbnail>=11.12.1b"
# Support for python 3 was added in Django 1.5
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
......
......@@ -9,7 +9,7 @@ django-sekizai>=0.7
# Switch to Pillow and the dev version of sorl v12
Pillow
# Notification system
django-nyt>=0.9
django-nyt>=0.9.1
django-mptt>=0.5.5
six
......@@ -6,4 +6,4 @@ sorl-thumbnail>=11.12.1b
Pillow
six
# Notification system
django-nyt>=0.9
\ No newline at end of file
django-nyt>=0.9.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment