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 6622d50 commit e4d11aeCopy full SHA for e4d11ae
CONTRIBUTING.md
@@ -99,7 +99,7 @@ $ pip install tox-uv
99
100
```sh
101
# Will use uv
102
-$ TOX_UV="uv" tox -e py312-test-instrumentation-aiopg
+$ TOX_ENV="uv" tox -e py312-test-instrumentation-aiopg
103
```
104
105
### Troubleshooting
tox.ini
@@ -1116,14 +1116,6 @@ commands =
1116
1117
coverage: {toxinidir}/scripts/coverage.sh
1118
1119
-[testenv:uv]
1120
-deps = {[testenv]deps}
1121
-commands_pre = {[testenv]commands_pre}
1122
-commands = {[testenv]commands}
1123
-setenv =
1124
- {[testenv]setenv}
1125
- UV_CMD="uv"
1126
-
1127
[testenv:docs]
1128
deps =
1129
-c {toxinidir}/dev-requirements.txt
0 commit comments