diff --git a/.travis.yml b/.travis.yml index e38879c..02350a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ dist: bionic language: python python: + - "3.6" + - "3.7" - "3.8" install: - "pip install -r requirements.txt" diff --git a/setup.py b/setup.py index 902dc59..7d7f0d4 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ setuptools.setup( long_description_content_type="text/markdown", url="https://github.com/alanorth/csv-metadata-quality", classifiers=[ + "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent",