Skip to content

Commit

Permalink
Disable check-manifest temporarily
Browse files Browse the repository at this point in the history
See mgedmin/check-manifest#68
Check-manifest does not work when the package version is being retrieved
from scm.
  • Loading branch information
jerearista committed Jul 20, 2017
1 parent 21deacb commit 1324e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ pylint:
find ./$(NAME) ./tests -name \*.py | xargs pylint --rcfile .pylintrc

check:
check-manifest
@echo "Check-manifest disabled pending https:/mgedmin/check-manifest/issues/68"
#check-manifest

clean:
@echo "Cleaning up distutils stuff"
Expand Down

0 comments on commit 1324e84

Please sign in to comment.