Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Commit 2303d86

Browse files
committed
travis ci test #34 - using sudo with pip
1 parent e242d88 commit 2303d86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,13 @@ branches:
2121
- master
2222

2323
before_install:
24+
# See where we are drawing updates from
2425
- cat /etc/apt/sources.list
2526
# sudo apt-get update MUST be run in before_install
2627

2728
install:
28-
# See where we are drawing updates from
29-
- pip install --user -r requirements.txt
29+
# Install python libraries
30+
- sudo pip3 install -r requirements.txt
3031
# install FPM
3132
- sudo apt-get install -y rpm ruby ruby-dev rubygems build-essential
3233
- sudo gem install --no-ri --no-rdoc fpm

0 commit comments

Comments
 (0)