From dcafb78a2996fa127dfc282ebe750d11b79aff5e Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 14 Nov 2015 23:06:56 -0500 Subject: 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 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'tox.ini') 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}' -- cgit v1.2.1