pytube / .travis.yml
nficano's picture
added python 3.7-dev
f5b0027
raw
history blame
303 Bytes
language: python
cache:
- apt
- pip
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.7-dev"
install: "make"
script:
- make ci
before_install:
- pip install pipenv flake8 --upgrade
sudo: false
after_success:
coveralls
notifications:
slack: watchcloud:rNoT5kJJakPqwLSKuev6oa4C