mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-21 06:50:24 +00:00
update pip installation
This commit is contained in:
parent
22717a1242
commit
1332ba3ac7
1 changed files with 1 additions and 2 deletions
|
|
@ -5,8 +5,7 @@ git:
|
|||
node_js:
|
||||
- "0.12"
|
||||
before_install:
|
||||
- export PATH=$HOME/.local/bin:$PATH
|
||||
- travis_retry pip install -r test-infra/requirements.txt --user `whoami`
|
||||
- travis_retry pip install -r test-infra/requirements.txt --user
|
||||
- rvm install 2.0.0 && rvm use 2.0.0
|
||||
- export GEMDIR=$(rvm gemdir)
|
||||
- if [ "$TWBS_TEST" = validate-html ]; then echo "ruby=$(basename $GEMDIR) jekyll=$JEKYLL_VERSION rouge=$ROUGE_VERSION" > pseudo_Gemfile.lock; fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue