tox: Remove unnecessary configuration
These were either unnecessary or overrode default configuration. Change-Id: Id55b41ef1f16acb4eb763ed207df0f8aa6508520
This commit is contained in:
parent
a11432031f
commit
d753897c6b
2
tox.ini
2
tox.ini
@ -75,7 +75,6 @@ whitelist_externals =
|
||||
stestr
|
||||
|
||||
[testenv:pep8]
|
||||
basepython = python2.7
|
||||
commands =
|
||||
# If it is easier to add a check via a shell script, consider adding it in this file
|
||||
sh ./tools/misc-sanity-checks.sh
|
||||
@ -92,7 +91,6 @@ whitelist_externals =
|
||||
# run pep8 locally (not in the gate) using editable mode
|
||||
# https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
|
||||
# note that order is important to ensure dependencies don't override
|
||||
basepython = python2.7
|
||||
commands =
|
||||
pip install -q -e "git+https://git.openstack.org/openstack/networking-l2gw#egg=networking_l2gw"
|
||||
pip install -q -e "git+https://git.openstack.org/openstack/networking-sfc#egg=networking_sfc"
|
||||
|
Loading…
Reference in New Issue
Block a user