From bfd93b7c0745a9c8a94c8c5d52c6109dbbc0de10 Mon Sep 17 00:00:00 2001 From: rachmadaniHaryono Date: Tue, 28 Mar 2017 21:23:32 +0800 Subject: [PATCH] fix: test: fix tox setting. --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index d2018317..21943d38 100644 --- a/tox.ini +++ b/tox.ini @@ -2,11 +2,8 @@ envlist = python33,python34,python35 [testenv] -deps= - pytest - pytest-cov - pytest-catchlog commands = + pip install -e .[tests] pip install -r requirements.txt pytest --cov buku -vv {posargs} ;pytest --cov buku -vv -m 'not slowtest and not non_tox'{posargs}