nficano commited on
Commit
85d9d36
·
1 Parent(s): 07053ce

another travis attempt

Browse files
Files changed (1) hide show
  1. Makefile +2 -4
Makefile CHANGED
@@ -4,11 +4,9 @@ help:
4
  @echo "clean-pyc - remove Python file artifacts"
5
  @echo "install - install the package to the active Python's site-packages"
6
 
7
- init:
8
- pip install pipenv
9
- pipenv install --dev
10
-
11
  ci:
 
 
12
  pipenv run pytest --cov-report term-missing --cov=pytube
13
 
14
  clean: clean-build clean-pyc
 
4
  @echo "clean-pyc - remove Python file artifacts"
5
  @echo "install - install the package to the active Python's site-packages"
6
 
 
 
 
 
7
  ci:
8
+ pipenv install --dev
9
+ pip install pipenv
10
  pipenv run pytest --cov-report term-missing --cov=pytube
11
 
12
  clean: clean-build clean-pyc