From 0bf64abdf1545e191dd35e65d8608f0ed8c12363 Mon Sep 17 00:00:00 2001 From: M Pacer Date: Fri, 14 Jun 2019 20:47:41 -0700 Subject: [PATCH] Remove limited scoping from tox.ini --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 3acc189..0d446b4 100644 --- a/tox.ini +++ b/tox.ini @@ -73,7 +73,7 @@ deps = depends = py36: clean commands = - pytest -v --maxfail=2 --cov-config=.coveragerc --cov=bookstore -W always bookstore/tests/ + pytest -v --maxfail=2 --cov-config=.coveragerc --cov=bookstore -W always py36: coverage report py36: coverage html commands_post = @@ -90,4 +90,4 @@ env = AWS_SECRET_ACCESS_KEY=foobar_secret AWS_ACCESS_KEY_ID=foobar_key markers = - asyncio \ No newline at end of file + asyncio