We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5947f3 commit db8ce5cCopy full SHA for db8ce5c
nox.py
@@ -31,7 +31,8 @@ def linkmonitor(session, command):
31
session.interpreter = 'python3.6'
32
session.install('-r', 'scripts/linkmonitor/requirements.txt')
33
session.run(
34
- 'python', 'scripts/linkmonitor/linkmonitor.py', command)
+ 'python', 'scripts/linkmonitor/linkmonitor.py', command,
35
+ success_codes=[0, 1])
36
37
38
@nox.session
0 commit comments