get rid of separate jenkins tox env

This commit is contained in:
Russell Haering 2013-12-20 17:33:08 -08:00
parent bc54495bf8
commit ba78e6fc98

@ -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