8000 Name virtualenv venv · DataDog/datadog-lambda-python@7676ffb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7676ffb

Browse files
committed
Name virtualenv venv
1 parent ec0f8a5 commit 7676ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Install Dependencies
2020
command: |
2121
pip install virtualenv
22-
virtualenv env
22+
virtualenv venv
2323
./venv/bin/activate
2424
pip install -r requirements.txt
2525
pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)
0