aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-04-06 21:19:17 -0700
committerMicah Lee <micah@micahflee.com>2020-04-06 21:19:17 -0700
commit40b43b66ab788c60fe3753f9c44207e360ff8fad (patch)
tree7c8cfa6bb5840bc2d6228182b4ddb94770c8850a /.circleci
parent2ad8b167ba50a301d8515c3f0bd0e379fc4fc7af (diff)
downloadonionshare-40b43b66ab788c60fe3753f9c44207e360ff8fad.tar.gz
onionshare-40b43b66ab788c60fe3753f9c44207e360ff8fad.zip
Fix common.get_tor_paths test
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index dd84e371..67d8ab0e 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -36,7 +36,7 @@ jobs:
name: Install dependencies
command: |
sudo apt-get update
- sudo apt-get install -y python3-pip xvfb
+ sudo apt-get install -y python3-pip xvfb tor obfs4proxy
sudo pip3 install poetry flake8
poetry install