Change color from "Passed" when check passes to green

This commit is contained in:
Timo Furrer
2017-01-28 14:15:56 +01:00
parent 61d7315eaa
commit 1ed0eb1c55
+1 -1
View File
@@ -849,7 +849,7 @@ def check():
click.echo('Specifier {0} does not match {1}.'.format(crayons.red(marker), crayons.blue(specifier)))
sys.exit(1)
click.echo('Passed!')
click.echo(crayons.green('Passed!'))
@click.command(help="Updates pip to latest version, uninstalls all packages, and re-installs them to latest compatible versions.")