mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
8 lines
291 B
Text
8 lines
291 B
Text
# Install tuf in editable mode and requirements for local testing with tox,
|
|
# and also for running test suite or individual tests manually.
|
|
# The build and tox versions specified here are also used as constraints
|
|
# during CI and CD Github workflows
|
|
-r build.txt
|
|
-r test.txt
|
|
-r lint.txt
|
|
-e .
|