Change py35 to py3 so Python 3.6 can be picked up

Change-Id: I4f2d73902568bd3b69b6ecedf1baba4775b18bce
This commit is contained in:
Julia Kreger 2018-08-14 12:22:35 -07:00
parent 3a2c03a877
commit 91a759d0c5
1 changed files with 1 additions and 1 deletions

View File

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