Add py36 env

While running `tox` command in binoic env, we see the following
message,
ERROR: InterpreterNotFound: python3.5
It is because the default py3 version for binoic is py36.
This patch adds the env in OSC also maintaining consistency
with setup.cfg

Change-Id: I8e5cf72901cba34ad44f2b356609f85b3b0c431f
This commit is contained in:
whoami-rajat 2019-02-13 12:39:11 +05:30
parent 1a0bef2b46
commit 0a187905c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
skipdist = True
[testenv]