Skip to content

Commit

Permalink
Support Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
florisla committed Jan 9, 2019
1 parent f383990 commit 41408eb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "pypy"
- "pypy3"

Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -20,6 +20,9 @@ environment:
- PYTHON: "C:/Python36"
TOXENV: "py36"

- PYTHON: "C:/Python37"
TOXENV: "py37"

init:
- "ECHO %TOXENV%"
- "ECHO %PYTHON%"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -39,6 +39,7 @@
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: PyPy',
],
)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py27-configparser, py34, py35, py36, pypy, pypy3
envlist = py27, py27-configparser, py34, py35, py36, py37, pypy, pypy3

[testenv]
passenv = HOME
Expand Down

0 comments on commit 41408eb

Please sign in to comment.