Skip to content

Commit

Permalink
Merge 27a8b39 into 56d1678
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Jul 23, 2014
2 parents 56d1678 + 27a8b39 commit 897ee8a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
language: python
python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"

virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- $HOME/maintainer-quality-tools/travis/travis_install_nightly master
- pip install coveralls flake8
- travis_install_nightly ${VERSION}

services:
- postgresql

script:
- travis_run_flake8
- travis_run_tests 8.0
- travis_run_tests ${VERSION}

after_success:
coveralls
Expand Down

0 comments on commit 897ee8a

Please sign in to comment.