From 2f18118cd399f76a452be7ec2588f2a2d989f5e5 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Wed, 7 Mar 2018 11:00:37 -0500 Subject: [PATCH] no longer check cryptogrpahy step Signed-off-by: Kenneth Reitz <me@kennethreitz.org> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 81d0df8f..b02fd5b3 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: test-heroku-16 check: @shellcheck -x bin/compile bin/detect bin/release bin/test-compile bin/utils bin/warnings - @shellcheck -x bin/steps/collectstatic bin/steps/cryptography bin/steps/eggpath-fix bin/steps/eggpath-fix2 bin/steps/gdal bin/steps/geo-libs bin/steps/mercurial bin/steps/nltk bin/steps/pip-install bin/steps/pip-uninstall bin/steps/pipenv bin/steps/pipenv-python-version bin/steps/pylibmc bin/steps/python + @shellcheck -x bin/steps/collectstatic bin/steps/eggpath-fix bin/steps/eggpath-fix2 bin/steps/gdal bin/steps/geo-libs bin/steps/mercurial bin/steps/nltk bin/steps/pip-install bin/steps/pip-uninstall bin/steps/pipenv bin/steps/pipenv-python-version bin/steps/pylibmc bin/steps/python @shellcheck -x bin/steps/hooks/* test-cedar-14: -- GitLab