Grant sudo to pip command

This commit is contained in:
Andrew Miner
2016-04-03 20:37:29 -07:00
parent 1397998ab0
commit 2f1793e62a
+1 -1
View File
@@ -1,7 +1,7 @@
dependencies: dependencies:
pre: pre:
- gem install sass --version "= 3.4" - gem install sass --version "= 3.4"
- pip install s3cmd - sudo pip install s3cmd
- npm install -g browserify - npm install -g browserify
- npm install -g grunt-cli - npm install -g grunt-cli
deployment: deployment: