Add Python 3.5 tox venv

Now that there is a passing gate job, we can claim support for
Python 3.5. This patch also adds the convenience for
py35 venv.

Change-Id: I38ae3ae11ff0d9ece94d9ca684f5485225d9dc45
This commit is contained in:
Yatin Kumbhare 2016-07-12 17:33:02 +05:30
parent 1825267b3a
commit 430b815ad5
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.8
skipsdist = True
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
[testenv]
usedevelop = True