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
This commit is contained in:
Davanum Srinivas 2015-11-14 23:06:56 -05:00 committed by Davanum Srinivas (dims)
parent 6fb896d40b
commit dcafb78a29
1 changed files with 0 additions and 3 deletions

View File

@ -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}'