nficano commited on
Commit
5587d19
·
1 Parent(s): fea4070

fixing travis erm

Browse files
Files changed (1) hide show
  1. Makefile +2 -2
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 py.test tests
 
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