1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 08:18:06 +02:00

update pip installation

This commit is contained in:
Thomas McDonald
2015-08-24 16:19:47 -07:00
parent 22717a1242
commit 1332ba3ac7

View File

@@ -5,8 +5,7 @@ git:
node_js: node_js:
- "0.12" - "0.12"
before_install: before_install:
- export PATH=$HOME/.local/bin:$PATH - travis_retry pip install -r test-infra/requirements.txt --user
- travis_retry pip install -r test-infra/requirements.txt --user `whoami`
- rvm install 2.0.0 && rvm use 2.0.0 - rvm install 2.0.0 && rvm use 2.0.0
- export GEMDIR=$(rvm gemdir) - export GEMDIR=$(rvm gemdir)
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi - if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi