aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-18 17:17:57 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-18 17:17:57 +1100
commit5485b8976146e63d7f9b0300aebc2d613d265b96 (patch)
tree1220393aff1ebf906ed09124ea77c5cde6fb5595 /.circleci
parentceb665972bcfc9c253397592c700a025e52bc6ec (diff)
downloadonionshare-5485b8976146e63d7f9b0300aebc2d613d265b96.tar.gz
onionshare-5485b8976146e63d7f9b0300aebc2d613d265b96.zip
Add the other python dependencies from the BUILD.md
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 313016d7..1ad43878 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -18,7 +18,7 @@ jobs:
- run:
name: install dependencies
command: |
- apt-get update && apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-cryptography python3-crypto python3-nacl python3-socks python-nautilus xvfb
+ apt-get update && apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-cryptography python3-crypto python3-nacl python3-socks python3-stdeb python3-all python-nautilus xvfb
pip3 install -r install/requirements-tests.txt
pip3 install pytest-cov flake8