fixing travis erm
Browse files
Makefile
CHANGED
@@ -22,10 +22,10 @@ clean-pyc:
|
|
22 |
|
23 |
install: clean
|
24 |
python setup.py install
|
25 |
-
|
26 |
init:
|
27 |
pip install pipenv
|
28 |
pipenv install --dev
|
29 |
|
30 |
test:
|
31 |
-
pipenv run
|
|
|
22 |
|
23 |
install: clean
|
24 |
python setup.py install
|
25 |
+
|
26 |
init:
|
27 |
pip install pipenv
|
28 |
pipenv install --dev
|
29 |
|
30 |
test:
|
31 |
+
pipenv run pytest --cov-report term-missing --cov=pytube
|