Add py35 to tox environments

Since we're running python 3.5 tests now, we should also be
running thme when running all tests with just `tox`.

Change-Id: Ic5d1c64d4cfccbc517f753bfe48aec13a16736e8
This commit is contained in:
John L. Villalovos 2016-09-22 10:48:02 -07:00
parent 33af42c965
commit 4fc0078f95
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]
install_command =