Change the tox Python version to 3.5

Change-Id: Id3e1faec0fb59d28dce951d6e861cc4e3710b751
This commit is contained in:
Dougal Matthews 2018-05-31 14:23:38 +01:00
parent 306f0cdd4f
commit b9ad8b6dc3
1 changed files with 1 additions and 1 deletions

View File

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