Skip to content

Commit

Permalink
Add support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-k authored and jdufresne committed Sep 15, 2018
1 parent 15acaef commit b5800c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,10 @@ language: python

matrix:
include:
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: required
- python: "3.6"
env: TOXENV=py36
- python: "3.5"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -36,6 +36,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent',
'Topic :: Database',
'Topic :: Office/Business',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,7 +1,7 @@
[tox]
envlist =
lint
py{36,35,34,27}
py{37,36,35,34,27}

[testenv]
commands =
Expand Down

0 comments on commit b5800c2

Please sign in to comment.