From 5c3530a483486af0032570b274a82bdad95ade7d Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 16 Jul 2015 14:45:43 -0700 Subject: [PATCH] Move doc8 to being a normal test requirement in test-requirements.txt Change-Id: I774af3f8e59281f4f32d5124c5ffbab5fc186460 --- test-requirements.txt | 1 + tox.ini | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 6baf3e9..c17aa34 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,6 +7,7 @@ hacking<0.11,>=0.10.0 # Used for making sure the eventlet executors work. eventlet>=0.17.4 +doc8 # Apache-2.0 coverage>=3.6 discover python-subunit>=0.0.18 diff --git a/tox.ini b/tox.ini index 25c4b07..0c5cfca 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,6 @@ commands = {posargs} commands = python setup.py test --coverage --testr-args='{posargs}' [testenv:py27] -deps = {[testenv]deps} - doc8 commands = python setup.py testr --slowest --testr-args='{posargs}' sphinx-build -b doctest doc/source doc/build