Commit d6cf63f8 by benjaoming

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

parent aa2980dc
...@@ -15,7 +15,7 @@ matrix: ...@@ -15,7 +15,7 @@ matrix:
exclude: exclude:
# Python 2.6 support has been dropped in Django 1.7 # Python 2.6 support has been dropped in Django 1.7
- python: "2.6" - 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 # Support for python 3 was added in Django 1.5
- python: "3.3" - python: "3.3"
env: DJANGO="Django>=1.4,<1.5" env: DJANGO="Django>=1.4,<1.5"
......
...@@ -9,7 +9,7 @@ django-sekizai>=0.7 ...@@ -9,7 +9,7 @@ django-sekizai>=0.7
# Switch to Pillow and the dev version of sorl v12 # Switch to Pillow and the dev version of sorl v12
Pillow Pillow
# Notification system # Notification system
django-nyt>=0.9 django-nyt>=0.9.1
django-mptt>=0.5.5 django-mptt>=0.5.5
six six
...@@ -6,4 +6,4 @@ sorl-thumbnail>=11.12.1b ...@@ -6,4 +6,4 @@ sorl-thumbnail>=11.12.1b
Pillow Pillow
six six
# Notification system # Notification system
django-nyt>=0.9 django-nyt>=0.9.1
\ No newline at end of file
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