Commit 181435c0 by Jaakko Luttinen

Fix Travis CI requirements to use django-mptt==0.6.0

django-mptt 0.6.1 is broken, thus force version to 0.6.0 in Travis
CI requirements too. This had been done in normal requirements.txt
already.
parent f380852a
...@@ -10,6 +10,7 @@ django-sekizai>=0.7 ...@@ -10,6 +10,7 @@ django-sekizai>=0.7
Pillow Pillow
# Notification system # Notification system
django-nyt>=0.9.1 django-nyt>=0.9.1
django-mptt>=0.5.5 # django-mptt 0.6.1 is broken, see #316
django-mptt==0.6.0
six six
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