From 38a690b4e4296c1709073b7dc87ee33db2bf8d96 Mon Sep 17 00:00:00 2001 From: bcolsen Date: Tue, 8 Aug 2017 23:41:08 -0600 Subject: [PATCH] add numpydoc to cov in tox.ini --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 25418473..3e211be4 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,7 @@ deps = [testenv:cov] deps = coverage + numpydoc {[testenv]deps} commands = coverage run --source jedi -m py.test