summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorryanwe <ryanwe@google.com>2018-02-12 12:12:51 -0800
committerGitHub <noreply@github.com>2018-02-12 12:12:51 -0800
commit1de8560846a00fe428b6f2ffcb099b0eaf4e6000 (patch)
tree30dd9f597ecf478ae02285023958dcb6add2a12c /tox.ini
parentc50252a91a13b5dfbd9212f2464a23a93f73057a (diff)
downloadgoogle-compute-image-packages-1de8560846a00fe428b6f2ffcb099b0eaf4e6000.tar.gz
Muti-Nic network setup support for SUSE 11 and 12. (#547)
Muti-Nic network setup support for SUSE 11 and 12. Adds network setup logic to handle multiple Nics for SUSE 11 and 12. For SUSE 11 - Run dhcpcd on additional Nics. For SUSE 12 - For additional Nics, create the ifcfg-eth* files. - Run wicked ifup eth1... to active the Nics. Requires installation of `distro` package for python 3.5 and above. Requires updated `setuptools` for all packages.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index d3c13f0..6d543ee 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,6 +3,8 @@ envlist = py26,py27,py32,py33,py34,py35,pypy,pypy3
[testenv]
deps =
+ py35: distro
+ setuptools>=20
pytest
pytest-cov
mock
@@ -32,6 +34,7 @@ commands =
deps =
flake8
flake8-import-order
+ setuptools>=20
commands =
flake8 --import-order-style=google