Re-order tox.ini sections
Change-Id: I68cfb18f620d39a71fb4ef0bb909837f2049c567
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -1,6 +1,9 @@
|
||||
[tox]
|
||||
envlist = py26,py27,pep8
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv]
|
||||
deps = -r{toxinidir}/tools/pip-requires
|
||||
-r{toxinidir}/tools/pip-options
|
||||
@@ -14,9 +17,6 @@ setenv = VIRTUAL_ENV={envdir}
|
||||
commands = nosetests --no-path-adjustment []
|
||||
sitepackages = False
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
||||
[testenv:cover]
|
||||
commands = nosetests --no-path-adjustment --with-coverage --cover-erase --cover-package=moniker --cover-inclusive []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user