summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-02-01 00:21:57 -0500
committerGitHub <noreply@github.com>2023-01-31 21:21:57 -0800
commit63f89a566c582398a9d2d32639627ea41f8f9d1d (patch)
tree0556353bd9a9f18e832f5eaaee774dff5be07d7f
parent8b8f539f5aedf2b01a6363d55ee2e3a140a1d0a6 (diff)
downloadpy-bcrypt-git-63f89a566c582398a9d2d32639627ea41f8f9d1d.tar.gz
try to fix CI? (#496)
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1980668..4814eb5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,6 +6,8 @@ extras =
tests
deps =
coverage
+passenv =
+ RUSTUP_HOME
commands =
coverage run -m pytest --strict-markers {posargs}
coverage combine