We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379ce8d commit 4484f46Copy full SHA for 4484f46
.circleci/config.yml
@@ -9,7 +9,7 @@ common: &common
9
steps:
10
- checkout
11
- run: python -m venv .venv
12
- - run: .venv/bin/pip install -U pip
+ - run: .venv/bin/pip install -U pip virtualenv
13
- run: .venv/bin/pip install tox
14
- run: .venv/bin/pip freeze
15
- run: .venv/bin/tox -vv --notest
0 commit comments