Skip to content

Commit

Permalink
Pin djangocms-helper for Django 1.4/1.5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jul 16, 2015
1 parent 4ae9ea6 commit d0b077a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis_setup
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
pip install https://github.com/nephila/djangocms-helper/archive/develop.zip unidecode $DJANGO 'Pillow<2.6' $EASY_THUMBNAILS django-polymorphic django-mptt python-coveralls coverage south
pip install djangocms-helper==0.8.1 unidecode $DJANGO 'Pillow<2.6' $EASY_THUMBNAILS django-polymorphic django-mptt python-coveralls coverage south
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ commands=python test_settings.py
deps=
Pillow<2.6
unidecode
https://github.com/nephila/djangocms-helper/archive/develop.zip
djangocms-helper<=0.8.1
easy-thumbnails>2.0
django14: django<1.5
django14: south
Expand Down

0 comments on commit d0b077a

Please sign in to comment.