Skip to content

Commit

Permalink
[FIX] .travis new version
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed Aug 1, 2014
1 parent 91cfe7f commit f449785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ virtualenv:
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 ${VERSION}
- travis_install_nightly

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

after_success:
coveralls

0 comments on commit f449785

Please sign in to comment.