summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 1 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 66a1cab..e94c0ea 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,17 +1,10 @@
[tox]
minversion = 1.6
-envlist = py26,py27,py34,pep8,pip-missing-reqs
-# NOTE(dhellmann): We cannot set skipdist=True
-# for oslo libraries because of the namespace package.
-#skipsdist = True
+envlist = py27,py34,pep8,pip-missing-reqs
[testenv]
-# NOTE(dhellmann): We cannot set usedevelop=True
-# for oslo libraries because of the namespace package.
-#usedevelop = True
whitelist_externals = bash
env
-install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = .[fixtures]