Fix typo in tox.ini.
My last commit message was right, the code was wrong. It's tox:jenkins. Commands are invalid in tox: sections, so we'll get pip freeze run another way. Change-Id: Iafa21ff47cf5e3d8f57676be93e2fa6a0d0ab9b4
This commit is contained in:
parent
b43b676e58
commit
95efaf0a67
5
tox.ini
5
tox.ini
@ -17,11 +17,8 @@ commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=
|
|||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
commands =
|
|
||||||
pip freeze
|
|
||||||
nosetests
|
|
||||||
|
|
||||||
[testenv:jenkins26]
|
[testenv:jenkins26]
|
||||||
basepython = python2.6
|
basepython = python2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user