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