We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tox
rustup
1 parent aacc81e commit e1d3111Copy full SHA for e1d3111
tox.ini
@@ -2,6 +2,10 @@
2
envlist = py3
3
isolated_build = True
4
5
+[pkgenv]
6
+pass_env = RUSTUP_HOME
7
+
8
[testenv]
9
10
deps = pytest
11
commands = pytest --verbose
0 commit comments