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 103750e commit 289aee9Copy full SHA for 289aee9
tasks.py
@@ -31,7 +31,7 @@ def virtualenv(c):
31
@task(virtualenv)
32
def test(c):
33
"Run the tests."
34
- c.run(f"{PYTHON3} -m pytest")
+ c.run(f"{ACTIVATE}{PYTHON3} -m pytest")
35
36
37
@task
0 commit comments