Skip to content

Commit

Permalink
Use travis retry for Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Apr 29, 2015
1 parent be5819b commit 2bc60a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ before_install:
- sudo service elasticsearch restart
- mongo --version
install:
- pip install -r requirements/travis.pip
- travis_retry pip install -r requirements/travis.pip
- pip install --no-deps -e .
script:
- nosetests --with-coverage udata
Expand Down

0 comments on commit 2bc60a8

Please sign in to comment.