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