1
0
mirror of https://github.com/instaloader/instaloader.git synced 2024-10-02 13:27:07 +02:00

Travis: test against Python 3.8

This commit is contained in:
Alexander Graf 2019-05-27 18:08:17 +02:00
parent fb06b4b7d6
commit 5235cc0f6a
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install pylint~=2.3.1 requests mypy
- pip install -r docs/requirements.txt

View File

@ -60,6 +60,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Internet',
'Topic :: Multimedia :: Graphics'