Skip to content

Commit 2daaa69

Browse files
committed
support python 3.4
1 parent c543568 commit 2daaa69

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
Programming Language :: Python :: 2.7
2626
Programming Language :: Python :: 3.2
2727
Programming Language :: Python :: 3.3
28+
Programming Language :: Python :: 3.4
2829
Programming Language :: Python :: Implementation :: CPython
2930
""".splitlines() if len(line) > 0]
3031

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Tox (http://tox.testrun.org/)
22

33
[tox]
4-
envlist = py27, py32, py33
4+
envlist = py27, py32, py33, py34
55

66
[testenv]
77
commands = {envpython} setup.py test

0 commit comments

Comments
 (0)