Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/KainaatSingh/tuf into re…
Browse files Browse the repository at this point in the history
…move-future-module
  • Loading branch information
KainaatSingh committed Apr 8, 2021
2 parents 9a6d9eb + cd39bff commit cc32893
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ changedir = tests

commands =
python --version
coverage run aggregate_tests.py
coverage report -m --fail-under 97
python -m coverage run aggregate_tests.py
python -m coverage report -m --fail-under 97

deps =
-r{toxinidir}/requirements-test.txt
Expand All @@ -35,8 +35,8 @@ deps =
--editable {toxinidir}

commands =
coverage run aggregate_tests.py
coverage report -m
python -m coverage run aggregate_tests.py
python -m coverage report -m

[testenv:lint]
commands =
Expand Down

0 comments on commit cc32893

Please sign in to comment.