From 6e6ff1a41703f0db49759353684f8fe428babcd9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 7 Jan 2015 18:20:30 -0800 Subject: [PATCH] Get rid of --doctest-modules in py.test command. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 03fee87..5d6cdb9 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = pytest mock pytest-cov -commands = py.test --doctest-modules -v --cov pylast --cov-report term-missing +commands = py.test -v --cov pylast --cov-report term-missing [testenv:venv] deps = ipdb