Run travis on python3.7 (#790)

This commit is contained in:
krise3k
2018-11-22 08:32:36 +01:00
committed by João Santos
parent 72b16676cf
commit fa9c00a191
3 changed files with 10 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ version = read_version('connexion')
install_requires = [
'clickclick>=1.2',
'jsonschema>=2.5.1,<3.0.0',
'PyYAML>=3.11',
'PyYAML>=3.13',
'requests>=2.9.1',
'six>=1.9',
'inflection>=0.3.1',
@@ -121,6 +121,7 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Operating System :: OS Independent',