summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2020-03-22 11:35:33 -0700
committerMicah Lee <micah@micahflee.com>2020-03-22 11:35:33 -0700
commit3b79a9ba2e79e409f2efe2fa993d8d85dff88267 (patch)
tree1e1b7416b5956acaa95ef40cb9d62e50dcbcc495 /.circleci
parent579c87c37941c63dab616174e8246776cd2811b6 (diff)
downloadonionshare-3b79a9ba2e79e409f2efe2fa993d8d85dff88267.tar.gz
onionshare-3b79a9ba2e79e409f2efe2fa993d8d85dff88267.zip
Add python3-pytest and python3-pytestqt to circleci
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 15e04224..796b2810 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -24,7 +24,7 @@ jobs:
name: install dependencies
command: |
sudo apt-get update
- sudo apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-stdeb python3-all python-nautilus xvfb obfs4proxy
+ sudo apt-get install -y python3-pip python3-flask python3-stem python3-pyqt5 python3-crypto python3-socks python3-flask-httpauth python3-distutils python3-pytest python3-pytestqt python3-stdeb python3-all python-nautilus xvfb obfs4proxy
sudo pip3 install pytest-cov flake8
# run tests!