aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 17:15:13 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 17:15:13 +1100
commit0d48d2a3548beb2d951a0f32c23132dbff5f6e16 (patch)
tree60618505f40505edbf7a8da8973cd2c126709b48 /.circleci
parent68bff3fd50240e174aa311c44d1112a1424ed7af (diff)
downloadonionshare-0d48d2a3548beb2d951a0f32c23132dbff5f6e16.tar.gz
onionshare-0d48d2a3548beb2d951a0f32c23132dbff5f6e16.zip
sudo
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index ff902d04..ba6d4ab8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,9 +22,9 @@ jobs:
name: install dependencies
command: |
sudo apt-get update && sudo apt-get install python3-pyqt5
- pip3 install -r install/requirements.txt
- pip3 install -r install/requirements-tests.txt
- pip3 install pytest-cov flake8
+ sudo pip3 install -r install/requirements.txt
+ sudo pip3 install -r install/requirements-tests.txt
+ sudo pip3 install pytest-cov flake8
# run tests!
- run: