nficano commited on
Commit
b0904e0
·
1 Parent(s): 6f8e5d3

use pipenv

Browse files
Files changed (1) hide show
  1. .travis.yml +2 -2
.travis.yml CHANGED
@@ -12,8 +12,8 @@ python:
12
  - "3.7-dev"
13
  - "nightly"
14
  install:
15
- - pip install -r requirements.txt
16
- - pip install -r tests/requirements.txt
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