Skip to content

Commit

Permalink
[FIX] travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Aug 14, 2017
1 parent 581b038 commit d7bdefd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ addons:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- wkhtmltopdf
- python-pychart

language: python

Expand All @@ -28,7 +29,7 @@ before_install:
- "sh -e /etc/init.d/xvfb start"

install:
- git clone -b pip-install-sbi https://github.com/acsone/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone -b pip-install-no-pychart-lmi https://github.com/acsone/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

Expand Down

0 comments on commit d7bdefd

Please sign in to comment.