Commit 1332ba3a authored by Thomas McDonald's avatar Thomas McDonald
Browse files

update pip installation

parent 22717a12
Showing with 1 addition and 2 deletions
+1 -2
...@@ -5,8 +5,7 @@ git: ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment