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:
parent
6fb896d40b
commit
dcafb78a29
3
tox.ini
3
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}'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user