Skip to content

Commit

Permalink
Fix #71 and #73, python 3.7 support
Browse files Browse the repository at this point in the history
  • Loading branch information
kotfu committed Jul 7, 2018
1 parent a5926bb commit 5ec8041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -40,6 +40,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],

keywords='java tomcat command line',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -5,7 +5,7 @@
# in travis or appveyor, the tox environment is selected by the CI tool

[tox]
envlist = py{34,35,36}
envlist = py{34,35,36,37}

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_* APPVEYOR*
Expand Down

0 comments on commit 5ec8041

Please sign in to comment.