Skip to content

Commit

Permalink
fix i18ndude installation: it has to be done after Plone dependencies…
Browse files Browse the repository at this point in the history
… are installed to avoid version conflicts
  • Loading branch information
hvelarde committed Nov 1, 2012
1 parent 58cdbe6 commit 2eaf0a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Expand Up @@ -6,14 +6,16 @@ options = -N -q -t 3

prerequisites:
sudo apt-get install -qq pep8 pyflakes
pip install i18ndude --use-mirrors
mkdir -p buildout-cache/downloads

i18ndude:
pip install i18ndude --use-mirrors

install: prerequisites
python bootstrap.py -c travis.cfg
bin/buildout -c travis.cfg $(options)

tests:
tests: i18ndude
bin/test
pyflakes src/
pep8 --ignore=$(pep8_ignores) src/
Expand Down

0 comments on commit 2eaf0a6

Please sign in to comment.