pytube / .travis.yml
nficano's picture
pipenv ergm
3c3711b
raw
history blame
486 Bytes
language: python
cache:
- apt
- pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
- "3.7-dev"
install:
- pip install --upgrade pipenv
- pipenv install --dev --ignore-pipfile
before_script: flake8
before_install:
- sudo apt-get install -y python-pip
- sudo apt-get install -y libpython-dev
script: pipenv run pytest --cov-report term-missing --cov=pytube
sudo: required
after_success:
coveralls
notifications:
slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C