rewired up flake8
Browse files
Makefile
CHANGED
@@ -7,6 +7,7 @@ help:
|
|
7 |
ci:
|
8 |
pip install pipenv
|
9 |
pipenv install --dev
|
|
|
10 |
pipenv run pytest --cov-report term-missing --cov=pytube
|
11 |
|
12 |
clean: clean-build clean-pyc
|
|
|
7 |
ci:
|
8 |
pip install pipenv
|
9 |
pipenv install --dev
|
10 |
+
pipenv run flake8
|
11 |
pipenv run pytest --cov-report term-missing --cov=pytube
|
12 |
|
13 |
clean: clean-build clean-pyc
|