Add support for Python 3.5 through 3.7

This commit is contained in:
Andrew Rabert 2018-08-07 15:51:29 -04:00
parent 5b74e20542
commit 7043250a1c
2 changed files with 5 additions and 0 deletions

View file

@ -3,6 +3,8 @@ python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7-dev
- pypy
install:
- pip install codecov

View file

@ -50,6 +50,9 @@ setuptools.setup(
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries',