Re-order tox.ini sections

Change-Id: I68cfb18f620d39a71fb4ef0bb909837f2049c567
This commit is contained in:
Kiall Mac Innes
2012-11-05 15:07:25 +00:00
parent b68a898a87
commit d28b4595b6

View File

@@ -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 []