Skip to content

Commit

Permalink
use pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
nficano committed Feb 7, 2018
1 parent 6f8e5d3 commit b0904e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ python:
- "3.7-dev"
- "nightly"
install:
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
- pip install --upgrade pipenv
- pipenv install --dev --ignore-pipfile
before_script: flake8
script: pytest --cov-report term-missing --cov=pytube
sudo: required
Expand Down

0 comments on commit b0904e0

Please sign in to comment.