Skip to content

Commit e40e1f6

Browse files
author
zheng yin
committed
Add Python3.5 to setup.cfg tox.ini
Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: If93af96739741584c87913ba140d0c6cee2aa10d
1 parent 067647b commit e40e1f6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifier =
1717
Programming Language :: Python :: 2.7
1818
Programming Language :: Python :: 3
1919
Programming Language :: Python :: 3.4
20+
Programming Language :: Python :: 3.5
2021

2122
[files]
2223
packages =

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
minversion = 1.6
3-
envlist = py34,py27,pep8
3+
envlist = py35,py34,py27,pep8
44
skipdist = True
55

66
[testenv]

0 commit comments

Comments
 (0)