From 95efaf0a67951bcbcabf008315ad3e6bda4fd1bd Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 9 Mar 2012 23:55:42 +0000 Subject: [PATCH] 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 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 9063460e..f1f1aea0 100644 --- a/tox.ini +++ b/tox.ini @@ -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