Skip to content

Commit 289aee9

Browse files
committed
typo
1 parent 103750e commit 289aee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def virtualenv(c):
3131
@task(virtualenv)
3232
def test(c):
3333
"Run the tests."
34-
c.run(f"{PYTHON3} -m pytest")
34+
c.run(f"{ACTIVATE}{PYTHON3} -m pytest")
3535

3636

3737
@task

0 commit comments

Comments
 (0)