summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-11-14 23:06:56 -0500
committerDavanum Srinivas (dims) <davanum@gmail.com>2015-11-16 00:48:24 +0000
commitdcafb78a2996fa127dfc282ebe750d11b79aff5e (patch)
tree07378405455afd864e223f8326acab3125c58dba /tox.ini
parent6fb896d40b3cdf075e179761ee0107be7965e7a0 (diff)
downloadstevedore-dcafb78a2996fa127dfc282ebe750d11b79aff5e.tar.gz
cleanup tox.ini
* Remove install_command : We can just use the default, we don't need to override * Remove requirements.txt from deps, as this is already added automatically Change-Id: I29b011a5dd3c64433b4a09ef1cf27b52f09e7d54
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index e4cfce2..c45a594 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,10 +3,7 @@ envlist = py34,py27,pep8,docs
[testenv]
deps =
- -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-# tox passes --pre to pip by default, but we don't want that
-install_command = pip install {opts} {packages}
distribute = False
commands = python setup.py testr --testr-args='{posargs}'