Skip to content

Commit

Permalink
Add travis_retry command
Browse files Browse the repository at this point in the history
  • Loading branch information
bameda committed Nov 13, 2015
1 parent 6073a66 commit 8ea91e4
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 @@ -19,8 +19,8 @@ addons:
before_script:
- psql -c 'create database taiga;' -U postgres
install:
- pip install -r requirements-devel.txt
- travis_retry pip install -r requirements-devel.txt
script:
- coverage run --source=taiga --omit='*tests*,*commands*,*migrations*,*admin*,*.jinja,*dashboard*,*settings*,*wsgi*,*questions*,*documents*' -m py.test -v --tb=native
- travis_retry coverage run --source=taiga --omit='*tests*,*commands*,*migrations*,*admin*,*.jinja,*dashboard*,*settings*,*wsgi*,*questions*,*documents*' -m py.test -v --tb=native
after_success:
- coveralls

0 comments on commit 8ea91e4

Please sign in to comment.