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 67314fe commit 287ecacCopy full SHA for 287ecac
.gitignore
@@ -10,5 +10,6 @@ __pycache__/
10
coverage.xml
11
htmlcov/
12
13
-# Virtual environment
+# Virtual environments
14
+.venv/
15
venv/
RELEASING.md
@@ -4,7 +4,7 @@
4
5
1. Check unit tests:
6
7
- venv/bin/python -m coverage run -m unittest discover -vs tests
+ .venv/bin/python -m coverage run -m unittest discover -vs tests
8
9
1. Update the change log.
0 commit comments