From cc1f1bc0920f65e126da6b1764d2fe8af6b36502 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 5 Sep 2015 07:38:28 -0400 Subject: Make download_appveyor.py nicer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 384aadd5..edfbaad2 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ clean: sterile: clean -rm -rf .tox* -LINTABLE = coverage igor.py setup.py tests +LINTABLE = coverage igor.py setup.py tests ci/*.py lint: -pylint $(LINTABLE) -- cgit v1.2.1