Skip to content

Commit

Permalink
Added information for new CI constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
jaleskovec committed Jan 31, 2021
1 parent 33bb986 commit 3e3ffc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ You can check requirements on the command line:

$ reqcheck requests==2.10.0 mock==2.0.0

Set constraints that will cause the command to exit with an error status (for continuous integration):

::

$ reqcheck --max-versions-behind 3 --max-days-behind 120 --max-age 365

Display usage help:

::
Expand Down

0 comments on commit 3e3ffc1

Please sign in to comment.