From d55e13842d4da03d5a00aefca56f2fed374d2108 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 30 Jan 2017 12:57:57 -0500 Subject: [PATCH] #160 --- pipenv/cli.py | 1 + 1 file changed, 1 insertion(+) 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!'))