summaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-01-05 22:53:04 -0500
committerGitHub <noreply@github.com>2023-01-06 11:53:04 +0800
commit43b0faafece23b818e66d45e181eb79f796ca088 (patch)
treedea96d4d7411e4cec16fea66f26dff4fa7c6e6f0 /.circleci
parent67e4fa6e5d2d97e4a58c9b697e52c08a61325cba (diff)
downloadpy-bcrypt-git-43b0faafece23b818e66d45e181eb79f796ca088.tar.gz
install tox into the venv (#483)
* install tox into the venv * Update config.yml
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 dc4a043..7af54b1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
image: <<parameters.image>>
- docker-run:
image: <<parameters.image>>
- command: /venv/bin/tox -e <<parameters.toxenv>>
+ command: /venv/bin/pip install tox && /venv/bin/tox -e <<parameters.toxenv>>
linux-arm64-wheel:
machine:
image: ubuntu-2004:current