Skip to content

Commit

Permalink
Modify tox script to run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukpueh committed Jan 3, 2019
1 parent cef678b commit 59d591d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ deps =
pylint
bandit
coverage
mock


commands =
Expand All @@ -27,6 +28,6 @@ commands =
bandit intoto.py --skip B404

# Run tests generating coverage
coverage run -m unittest tests.test_intoto
coverage run -m unittest discover
coverage combine
coverage report -m

0 comments on commit 59d591d

Please sign in to comment.