Skip to content

Commit

Permalink
Fix pytest invocation so it respects test path. (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jun 28, 2019
1 parent 4d4fb99 commit 5c429da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ setenv =
deps = -rrequirements-test.txt
commands=
flake8 api-tests auslib *.py scripts uwsgi
py.test -n auto --cov {posargs:auslib}
py.test -n auto --cov auslib {posargs:auslib}
coverage run -a scripts/test-rules.py

[flake8]
Expand Down

0 comments on commit 5c429da

Please sign in to comment.