mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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:
parent
1a0bef2b46
commit
0a187905c0
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,6 +1,6 @@
|
|||
[tox]
|
||||
minversion = 2.3
|
||||
envlist = py35,py27,pep8
|
||||
envlist = py36,py35,py27,pep8
|
||||
skipdist = True
|
||||
|
||||
[testenv]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue