Skip to content

Commit bb994ce

Browse files
committed
add testing for python 3.5
1 parent 37084bd commit bb994ce

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ classifier =
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3.3
1717
Programming Language :: Python :: 3.4
18+
Programming Language :: Python :: 3.5
1819
Intended Audience :: Developers
1920
Environment :: Console
2021
keywords =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27,py26,py33,py34,zsh,ksh,style
2+
envlist = py27,py26,py33,py34,py35,zsh,ksh,style
33

44
[testenv]
55
install_command = pip install -U {opts} {packages}

0 commit comments

Comments
 (0)