Add a py35 tox venv for upcoming py35 support

Soon the gate jobs will support Python 3.5. This patch adds the
tox virtualenv in preparation for the move from 3.4 to 3.5.

Change-Id: Ifda38d02f97510f7687924e83b4c7b01c28bf10b
This commit is contained in:
Eric Brown 2016-07-04 23:29:44 -07:00
parent b630d972ed
commit bb1538f047
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
skipsdist = True
[testenv]