summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2015-12-07 12:43:14 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-12-07 12:44:17 -0800
commit479587c6d9f2fd519f1ea4c7fab3cbf2da1a92f4 (patch)
treebb1e7f0482a399e2ba77cba61bdf53667ff98900 /tox.ini
parent5bd2d0b947f65cb5e202881f0d9450719c8bb177 (diff)
downloadoslo-utils-479587c6d9f2fd519f1ea4c7fab3cbf2da1a92f4.tar.gz
Revert "Move netifaces to extras"3.2.0
For now revert this, at a later date we can reapply this but we need to order this a little differently to make it work out. This reverts commit 2abbe1c3b19490f570c29502cd56ec92daf4ca45. Change-Id: I20f3c5804caf1af698aa0f6397a9953eb9aba829
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 24284a1..b94b321 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,6 @@ envlist = py34,py27,pep8,bandit
[testenv]
deps = -r{toxinidir}/test-requirements.txt
- .[netifaces]
commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:pep8]