Skip to content

Commit

Permalink
added travis_retry to pyliblzma install
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed May 5, 2015
1 parent 35615e0 commit 00eb358
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 @@ -8,7 +8,7 @@ notifications:

# Install packages
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install pyliblzma; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then travis_retry pip install pyliblzma; fi
- travis_retry pip install coveralls
- travis_retry python setup.py install

Expand Down

0 comments on commit 00eb358

Please sign in to comment.