minor Makefile edit

This commit is contained in:
Casper da Costa-Luis 2017-10-05 03:04:36 +01:00
parent 533b89125b
commit 6aece543ac
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 1 additions and 1 deletions

View File

@ -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