enable older versionts in travis

This commit is contained in:
Manuel Barkhau 2018-09-05 21:27:10 +02:00
parent 7f078a9dac
commit 9f54bd56cb
2 changed files with 3 additions and 5 deletions

View file

@ -68,7 +68,6 @@ setuptools.setup(
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
@ -77,4 +76,4 @@ setuptools.setup(
"Topic :: Software Development :: Libraries",
"Topic :: Software Development :: Libraries :: Python Modules",
],
)
)