Skip to content

Commit

Permalink
Pin max Mezzanine version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcd committed Nov 13, 2013
1 parent f184476 commit c2b1853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ python:
- "2.7"
install:
- pip install django==$DJANGO_VERSION --use-mirrors
- pip install -e git://github.com/stephenmcd/mezzanine.git#egg=mezzanine
- pip install -e git://github.com/stephenmcd/mezzanine.git@46fcfae7999382e4039486cdce92f56c76abd4df#egg=mezzanine
- pip install . --use-mirrors
- pip install pep8 pyflakes --use-mirrors
before_script:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
packages=find_packages(),

install_requires=[
"mezzanine >= 1.4.15",
"mezzanine == 1.4.16",
"pisa >= 3.0.33",
],

Expand Down

0 comments on commit c2b1853

Please sign in to comment.