aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-18 17:11:39 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-18 17:11:39 +1100
commit638651ceec4d6e8fa2b8efae35e6f28614a4198e (patch)
tree3872d9f32d3441f6b9554f2696f88bc732da152d /.circleci
parent0c328b8c55014e5c14697ef065def2fd941e9598 (diff)
downloadonionshare-638651ceec4d6e8fa2b8efae35e6f28614a4198e.tar.gz
onionshare-638651ceec4d6e8fa2b8efae35e6f28614a4198e.zip
don't install main requirements.txt
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5c05cf13..1a985254 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -19,7 +19,6 @@ jobs:
name: install dependencies
command: |
apt-get update && apt-get install -y python3-pyqt5 python3-pip xvfb
- pip3 install -r install/requirements.txt
pip3 install -r install/requirements-tests.txt
pip3 install pytest-cov flake8