We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34af0a1 commit 763576cCopy full SHA for 763576c
setup.py
@@ -37,6 +37,7 @@ def find_version(*file_paths):
37
"License :: OSI Approved :: Apache Software License",
38
"Programming Language :: Python :: 3.3",
39
"Programming Language :: Python :: 3.4",
40
+ "Programming Language :: Python :: 3.5",
41
"Topic :: Software Development :: Testing",
42
],
43
install_requires=[
tox.ini
@@ -1,5 +1,5 @@
1
[tox]
2
-envlist = py33, py34
+envlist = py33, py34, py35
3
4
[testenv]
5
deps =
0 commit comments