Skip to content

Commit

Permalink
Remove limited scoping from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mpacer committed Jun 15, 2019
1 parent 1c7a9b7 commit 0bf64ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -90,4 +90,4 @@ env =
AWS_SECRET_ACCESS_KEY=foobar_secret
AWS_ACCESS_KEY_ID=foobar_key
markers =
asyncio
asyncio

0 comments on commit 0bf64ab

Please sign in to comment.