We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c543568 commit 2daaa69Copy full SHA for 2daaa69
setup.py
@@ -25,6 +25,7 @@
25
Programming Language :: Python :: 2.7
26
Programming Language :: Python :: 3.2
27
Programming Language :: Python :: 3.3
28
+Programming Language :: Python :: 3.4
29
Programming Language :: Python :: Implementation :: CPython
30
""".splitlines() if len(line) > 0]
31
tox.ini
@@ -1,7 +1,7 @@
1
# Tox (http://tox.testrun.org/)
2
3
[tox]
4
-envlist = py27, py32, py33
+envlist = py27, py32, py33, py34
5
6
[testenv]
7
commands = {envpython} setup.py test
0 commit comments