From b32ab2d00a5f1e26627c627e364956adc5e930b5 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Tue, 30 Sep 2014 15:18:38 -0400 Subject: [PATCH] Remove irc testenv from tox.ini Change-Id: I1b998ba9cfeb8744b9801c4968afae872ebcfeb3 testenv:irc is obsolete since the project-config split --- tox.ini | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tox.ini b/tox.ini index 67275ccdcc..4fbad86e26 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,6 @@ commands = {posargs} [testenv:docs] commands = python setup.py build_sphinx -[testenv:irc] -deps = PyYAML - irc -commands = python modules/accessbot/files/checkaccess.py -l modules/openstack_project/files/accessbot/channels.yaml openstackinfra - [flake8] show-source = True exclude = .tox