Skip to content

Commit

Permalink
Retry installation commands on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Jul 28, 2014
1 parent 94f1e03 commit 4df3e5b
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 @@ -10,6 +10,6 @@ before_install:
- sudo apt-get --reinstall install -qq language-pack-en language-pack-de
- sudo apt-get install swig
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-py26.txt; fi
- pip install -r requirements.txt
- if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then travis_retry pip install -r requirements-py26.txt; fi
- travis_retry pip install -r requirements.txt
script: python tests/test.py default

0 comments on commit 4df3e5b

Please sign in to comment.