diff --git a/.travis.yml b/.travis.yml index 4c350a17..c461dff3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ -sudo: false +sudo: true +dist: xenial language: python python: - 2.7 - 3.4 - 3.5 - 3.6 + - 3.7 install: - pip install pipenv --upgrade-strategy=only-if-needed - pipenv install --dev diff --git a/setup.py b/setup.py index 30aa54cb..3c8effee 100644 --- a/setup.py +++ b/setup.py @@ -90,7 +90,8 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 3.6' + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7' ], entry_points={ 'console_scripts': [