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 790728c commit 034b177Copy full SHA for 034b177
.circleci/config.yml
@@ -23,7 +23,7 @@ jobs:
23
- run:
24
name: install dependencies
25
command: |
26
- python3 -m venv .env
+ python3 -m venv venv
27
. venv/bin/activate
28
pip install tox
29
0 commit comments