diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-10 18:44:20 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-12-10 18:49:03 +0100 |
commit | 3661d3dec5df9fb8b46cc1f40e9cc75868c61695 (patch) | |
tree | b5ce62dc8f3e7dc1b32b2054806cdefb8cf51335 /.circleci | |
parent | fc74e256bb94d762911428e3f3e02cc8989e8978 (diff) |
Use pip==20.2.4 in tox venv
pip 20.3 is disruptive and would lead to big changes in stable
branches.
Change-Id: I33079e7d667e42240fcc497d595509e88da3c4f7
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 622f1921e9d3850b4d190fe8c8508c196fcf450b)
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 2b5a0a78d..b8cad21cf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,10 +8,10 @@ jobs: - checkout - run: name: Install dependendencies - command: sudo apt-get update && sudo apt-get install python2.7-dev enchant + command: sudo apt-get update && sudo apt-get install enchant - run: name: Run tox - command: sudo pip install tox && tox + command: sudo pip install tox tox-pip-version && tox - store_artifacts: path: api/build destination: api |