Skip to content

Commit

Permalink
Use mirrors
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed May 11, 2013
1 parent 2054294 commit 49fc1f0
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 @@ python:
- "3.3"

before_install:
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --quiet install argparse unittest2; fi
- if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then pip --use-mirrors --quiet install argparse unittest2; fi

install:
- python setup.py --quiet install
Expand Down

0 comments on commit 49fc1f0

Please sign in to comment.