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