Skip to content

Commit 287ecac

Browse files
committed
Update venv path
1 parent 67314fe commit 287ecac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ __pycache__/
1010
coverage.xml
1111
htmlcov/
1212

13-
# Virtual environment
13+
# Virtual environments
14+
.venv/
1415
venv/

RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
1. Check unit tests:
66

7-
venv/bin/python -m coverage run -m unittest discover -vs tests
7+
.venv/bin/python -m coverage run -m unittest discover -vs tests
88

99
1. Update the change log.
1010

0 commit comments

Comments
 (0)