diff --git a/pipenv/cli.py b/pipenv/cli.py index 76fa57e5..f3e3d909 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -879,6 +879,7 @@ def check(): try: assert results[marker] == specifier except AssertionError: + failed = True click.echo('Specifier {0} does not match {1}.'.format(crayons.red(marker), crayons.blue(specifier))) if failed: click.echo(crayons.red('Failed!'))