Skip to content

Commit

Permalink
[ADD] missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Aug 7, 2014
1 parent 7db620c commit 1eac03e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ env:
virtualenv:
system_site_packages: true

before_install:
- git clone https://github.com/OCA/product-attribute $HOME/product-attribute -b 7.0

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

script:
- travis_run_flake8
- travis_run_tests
- travis_run_tests $HOME/product-attribute

after_success:
coveralls

0 comments on commit 1eac03e

Please sign in to comment.