From ecf5f0866019fc76403f303ddb8726747d600a13 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 26 Jul 2016 13:21:12 -0500 Subject: [PATCH] Remove the check target Move checking channels from the check target into pep8. The general idea is that pep8 will be for style and linting type checks and ical will be for generating iCal files and HTML. Change-Id: I14648e39132369d4d4c865ca835a020f62a5c978 Depends-On: I7ddfa03606aa750308e2e8c6b9c77e9f226bead1 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index a605c46d..c77e277d 100644 --- a/tox.ini +++ b/tox.ini @@ -21,15 +21,12 @@ commands = -t meetingindex.jinja -w output/index.html -f yaml2ical -y meetings -i output/calendars/ -f -[testenv:check] -commands = - python tools/check_channels.py -y meetings - [testenv:pep8] whitelist_externals = bash commands = bash test_tools/flake8wrap.sh {posargs} python tools/check_chair.py -y {toxinidir} + python tools/check_channels.py -y {toxinidir} [flake8] ignore =