Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Commit 70416a6

Browse files
authored
Merge pull request #6 from kobinpy/py36-support
Support python3.6
2 parents 199f40d + e7e11bd commit 70416a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
'Programming Language :: Python',
1818
'Programming Language :: Python :: 3',
1919
'Programming Language :: Python :: 3.5',
20+
'Programming Language :: Python :: 3.6',
2021
)
2122

2223

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
[tox]
2-
envlist = py34, py35, flake8
2+
envlist = py34, py35, py36, flake8
33

44
[testenv]
55
basepython =
66
py34: python3.4
77
py35: python3.5
8+
py36: python3.6
89
commands = python setup.py test
910

1011
[testenv:flake8]

0 commit comments

Comments
 (0)