Skip to content

Commit

Permalink
Add support for venv
Browse files Browse the repository at this point in the history
  • Loading branch information
matejak committed Apr 11, 2023
1 parent 18c7cc7 commit cdb6960
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"python.testing.pytestPath": "venv/bin/pytest",
"python.defaultInterpreterPath": "venv/bin/python"
}

0 comments on commit cdb6960

Please sign in to comment.