hbmartin commited on
Commit
9afa716
·
1 Parent(s): df469ed

add 3.8 to travis

Browse files
Files changed (2) hide show
  1. .travis.yml +1 -1
  2. setup.py +1 -0
.travis.yml CHANGED
@@ -5,7 +5,7 @@ cache:
5
  python:
6
  - "3.6"
7
  - "3.7"
8
- - "3.8-dev"
9
  install: "make"
10
  script:
11
  - make ci
 
5
  python:
6
  - "3.6"
7
  - "3.7"
8
+ - "3.8"
9
  install: "make"
10
  script:
11
  - make ci
setup.py CHANGED
@@ -23,6 +23,7 @@ setup(
23
  url="https://github.com/hbmartin/pytube3",
24
  license="MIT",
25
  entry_points={"console_scripts": ["pytube3 = pytube.cli:main",],},
 
26
  classifiers=[
27
  "Development Status :: 5 - Production/Stable",
28
  "Environment :: Console",
 
23
  url="https://github.com/hbmartin/pytube3",
24
  license="MIT",
25
  entry_points={"console_scripts": ["pytube3 = pytube.cli:main",],},
26
+ install_requires=["typing_extensions"],
27
  classifiers=[
28
  "Development Status :: 5 - Production/Stable",
29
  "Environment :: Console",