Add testing for Python 3.7

This commit is contained in:
Tim Graham 2019-01-25 15:11:31 -05:00
parent 2199d7b59d
commit d66536836a
2 changed files with 3 additions and 0 deletions

View file

@ -1,9 +1,11 @@
dist: xenial
language: python
python:
- 2.7
- 3.4
- 3.5
- 3.6
- 3.7
env:
matrix:

View file

@ -89,5 +89,6 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
]
)