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:
James E. Blair 2012-03-09 23:55:42 +00:00
parent b43b676e58
commit 95efaf0a67
1 changed files with 1 additions and 4 deletions

View File

@ -17,11 +17,8 @@ commands = nosetests --with-coverage --cover-html --cover-erase --cover-package=
[testenv:venv]
commands = {posargs}
[testenv:jenkins]
[tox:jenkins]
downloadcache = ~/cache/pip
commands =
pip freeze
nosetests
[testenv:jenkins26]
basepython = python2.6