Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jun 21, 2023
1 parent 2886c46 commit 57950c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ commands =
[testenv:system-argon2]
description = Run tests against bindings that use a system installation of Argon2.
set_env = ARGON2_CFFI_USE_SYSTEM=1
install_command =
pip install {opts} --no-binary=argon2-cffi-bindings {packages}
install_command = pip install {opts} --no-binary=argon2-cffi-bindings {packages}
commands =
pytest {posargs}
python -Im argon2 -n 1 -t 1 -m 8 -p 1
Expand All @@ -64,7 +63,7 @@ commands =
[testenv:docs]
description = Build docs and run doctests.
# Keep base_python in-sync with .readthedocs.yaml and ci.yml/docs.
base_python = python3.11
base_python = py311
extras = docs
commands =
python -Im doctest README.md
Expand Down

0 comments on commit 57950c9

Please sign in to comment.