Skip to content

Commit

Permalink
[CI] Install aeroo
Browse files Browse the repository at this point in the history
  • Loading branch information
andhit-r committed Oct 31, 2018
1 parent 6934d46 commit bedeb51
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -16,6 +16,9 @@ addons:
- python-simplejson
- python-serial
- python-yaml
- python-cairo
- cups
- libcups2-dev

env:
global:
Expand All @@ -30,10 +33,15 @@ virtualenv:
system_site_packages: true

install:
- if [[ ${TESTS} == "1" ]]; then sudo apt-get -qy install libreoffice; fi
- if [[ ${TESTS} == "1" ]]; then sudo apt-get -qy install python-genshi; fi
- if [[ ${TESTS} == "1" ]]; then sudo apt-get -qy install python-cairo; fi
- if [[ ${TESTS} == "1" ]]; then sudo apt-get -qy install python-cups; fi
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- sed -i 's/manifest_required_author\=.*/manifest_required_author="OpenSynergy Indonesia"/g' ${HOME}/maintainer-quality-tools/travis/cfg/travis_run_pylint_pr.cfg
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- git clone https://github.com/aeroo/aeroolib.git ${HOME}/aeroolib
- pushd ${HOME}/aeroolib; git checkout b591d23c98990fc358b02b3b78d46290eadb7277; sudo python ./setup.py install; popd

script:
- travis_run_tests
Expand Down

0 comments on commit bedeb51

Please sign in to comment.