Skip to content

Commit

Permalink
Include Python 3.5 as a supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
dirn committed Dec 17, 2015
1 parent 34af0a1 commit 763576c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def find_version(*file_paths):
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Testing",
],
install_requires=[
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py33, py34
envlist = py33, py34, py35

[testenv]
deps =
Expand Down

0 comments on commit 763576c

Please sign in to comment.