Skip to content

Commit fb903fc

Browse files
committed
tox: Remove basepython and ineffective ignore_basepython_conflict
Change-Id: Id041630a143ee07e9bdc1acbb0ab0cea66dc0543 Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
1 parent 7b67328 commit fb903fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
minversion = 3.18.0
33
envlist = py3,pep8
44
skipsdist = True
5-
ignore_basepython_conflict = True
65

76
[testenv]
8-
basepython = python3
97
usedevelop = True
108
install_command = pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
119
setenv =

0 commit comments

Comments
 (0)