]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update pip installation
authorThomas McDonald <thomasm@palantir.com>
Mon, 24 Aug 2015 23:19:47 +0000 (16:19 -0700)
committerThomas McDonald <thomasm@palantir.com>
Mon, 24 Aug 2015 23:19:47 +0000 (16:19 -0700)
.travis.yml

index c01d895fe879e2dd67afe66789a0f670dab7f720..9273ade7b0d944b96e4534e5e7440efe627fc692 100644 (file)
@@ -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