Skip to content

Commit 06e2764

Browse files
committed
restore rest of tox.in
1 parent 005d129 commit 06e2764

5 files changed

Lines changed: 105 additions & 129 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Tox
44

55
- Always run tox from the main `tox.venv`
6-
- If there is no `tox.venv`, create one with `python -m venv tox.venv`, activate it and run `pip install tox`
6+
- If there is no `tox.venv`, create one with `python -m venv tox.venv`, activate it and run `pip install tox tox-uv`
77

88
## Package Manager
99

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL = /bin/bash
22

3-
VENV_PATH = .venv
3+
VENV_PATH = tox.venv
44

55
help:
66
@echo "Thanks for your interest in the Sentry Python SDK!"
@@ -14,7 +14,7 @@ help:
1414

1515
.venv:
1616
python -m venv $(VENV_PATH)
17-
$(VENV_PATH)/bin/pip install tox
17+
$(VENV_PATH)/bin/pip install tox tox-uv
1818

1919
dist: .venv
2020
rm -rf dist dist-serverless build

0 commit comments

Comments
 (0)