summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-10-02 10:22:54 -0400
committerSteve Martinelli <stevemar@ca.ibm.com>2014-10-02 14:32:34 +0000
commita78885ce19bf07268400267807ca94edbe88f859 (patch)
tree87384073963f24d97e833dc3c7148794a8648fef
parentd1ef230bf5ff476067cb21bd51db1fc77a1d6e9e (diff)
downloadpycadf-a78885ce19bf07268400267807ca94edbe88f859.tar.gz
Remove dependencies from docs test env in tox.ini
Because the docs environment inherits from the greater 'testenv', which has the dependencies already mentioned, there is no need to have them listed again for the 'docs' environment. Change-Id: I83830e47b44cab2a9d44a67827f3f28b687c5fdd
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 187ea20..38f261a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,8 +15,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = flake8
[testenv:docs]
-deps = -r{toxinidir}/requirements.txt
- -r{toxinidir}/test-requirements.txt
commands = python setup.py build_sphinx
[testenv:cover]