From ba78e6fc98a86b846d5ab7a6f70fa8a7bdf06894 Mon Sep 17 00:00:00 2001 From: Russell Haering <russell.haering@rackspace.com> Date: Fri, 20 Dec 2013 17:33:08 -0800 Subject: [PATCH] get rid of separate jenkins tox env --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index dcf91071c..3e8f68a98 100644 --- a/tox.ini +++ b/tox.ini @@ -10,9 +10,6 @@ deps = commands = flake8 teeth_agent [testenv:unit] -commands = nosetests --all-modules --with-coverage --cover-package=teeth_agent --cover-inclusive teeth_agent - -[testenv:jenkins_unit] commands = nosetests --all-modules --with-coverage --cover-package=teeth_agent --cover-xml teeth_agent