File size: 612 Bytes
aada156 0b83103 aada156 e423be8 3cdcdda 22b0f22 3c3711b ebc5f37 6585098 3c3711b cdbd316 ebc5f37 6585098 f077f79 a87769d 99a139e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
language: python
cache:
- apt
- pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.6-dev"
before_script: flake8
before_install:
- sudo apt-get install -y software-properties-common
- sudo apt-get install -y python-software-properties
- sudo apt-get install -y pipenv
- sudo apt-get install -y python-pip
- sudo apt-get install -y libpython-dev
- sudo apt-get install -y libyaml-dev
- sudo apt-get install -y python-dev
script: pipenv run pytest --cov-report term-missing --cov=pytube
sudo: required
after_success:
coveralls
notifications:
slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C
|