Merge pull request #3894 from tschaub/no-sudo
Install Python dependencies without sudo.
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
language: python
|
||||
sudo: false
|
||||
env:
|
||||
- DISPLAY=:99.0
|
||||
|
||||
before_install:
|
||||
- "sudo pip install -r requirements.txt"
|
||||
- "pip install -r requirements.txt"
|
||||
- "npm install -g npm && npm install"
|
||||
|
||||
before_script:
|
||||
|
||||
Reference in New Issue
Block a user