From 6aece543ac2247d70cc940633ec2030bb00b76e0 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Thu, 5 Oct 2017 03:04:36 +0100 Subject: [PATCH] minor Makefile edit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2a66df2f..bfaa62a1 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ all: @+make build flake8: - @+flake8 --max-line-length=80 --count --statistics --exit-zero -j 8 --exclude .asv . + @+flake8 --max-line-length=80 --count --statistics --exit-zero -j 8 --exclude .asv,.tox . test: tox --skip-missing-interpreters