Skip to content

Commit

Permalink
Tweak Tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinche committed Apr 1, 2021
1 parent 2c9c950 commit d291390
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,4 @@ envlist = py35, py36, py37, py38, py39, pypy3
deps =
pip >= 6
-rtest_requirements.txt
commands = pytest --cov aiofiles
changedir = tests

[testenv:coverage-report]
deps = coverage
skip_install = true
commands =
coverage combine
coverage report
commands = coverage run --source aiofiles -m pytest tests

0 comments on commit d291390

Please sign in to comment.