Skip to content

Commit

Permalink
Trying to install pip depencies in user profile in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexman committed Jul 27, 2016
1 parent 70d990e commit e266e3a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -3,8 +3,9 @@ python:
- 2.7

install:
- pip install --upgrade setuptools
- pip install --upgrade -r scripts/requirements.txt
- pip install --user --upgrade pip
- pip install --user --upgrade setuptools
- pip install --user --upgrade -r scripts/requirements.txt
# Avoid warnings from git :
- git config --global push.default simple
- git config --global user.email "datasets-update-bot@lexman.org"
Expand Down

0 comments on commit e266e3a

Please sign in to comment.