use pipenv
Browse files- .travis.yml +2 -2
.travis.yml
CHANGED
@@ -12,8 +12,8 @@ python:
|
|
12 |
- "3.7-dev"
|
13 |
- "nightly"
|
14 |
install:
|
15 |
-
- pip install
|
16 |
-
-
|
17 |
before_script: flake8
|
18 |
script: pytest --cov-report term-missing --cov=pytube
|
19 |
sudo: required
|
|
|
12 |
- "3.7-dev"
|
13 |
- "nightly"
|
14 |
install:
|
15 |
+
- pip install --upgrade pipenv
|
16 |
+
- pipenv install --dev --ignore-pipfile
|
17 |
before_script: flake8
|
18 |
script: pytest --cov-report term-missing --cov=pytube
|
19 |
sudo: required
|