Supporting all py3 environments with tox

Converting environment py35 to py3 in tox.ini to
show support for all Python 3.x versions.

Change-Id: Ib8291c4c7b19247d39d59c10640661bcded05f28
This commit is contained in:
Riccardo Pittau 2019-03-05 17:46:18 +01:00
parent 97bdc1823c
commit 736ae26883
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