Skip to content

Commit

Permalink
install pip modules as user
Browse files Browse the repository at this point in the history
  • Loading branch information
gtmanfred committed Sep 8, 2017
1 parent ffa98b8 commit 54f82aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -32,7 +32,7 @@ pipeline:
- DOCKER_HOST=tcp://172.17.0.1:2375
commands:
- bundle install --with=docker --without windows vagrant
- python3 -m pip install -r test-requirements.txt
- python3 -m pip install --user -r test-requirements.txt
- bundle exec kitchen verify all
clean:
when:
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ dist: trusty
bundler_args: --with=docker --without vagrant windows

before_install:
- pip install -r test-requirements.txt
- pip install --user -r test-requirements.txt

script:
# Check shell scripts
Expand Down

0 comments on commit 54f82aa

Please sign in to comment.