Skip to content

Commit

Permalink
[FIX] travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Aug 4, 2014
1 parent f83737f commit b939815
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,20 @@ python:
virtualenv:
system_site_packages: true

env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"

install:
- git clone https://github.com/yvaucher/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- travis_install_nightly 8.0
- pip install coveralls flake8
- travis_install_nightly
- pip install python-ldap
- printf '[options]\n\nrunning_env = dev' > /tmp/odoo.cfg

script:
- travis_run_flake8
- travis_run_tests 8.0 /tmp/odoo.cfg
- travis_run_tests /tmp/odoo.cfg

after_success:
coveralls

0 comments on commit b939815

Please sign in to comment.