~tseaver/pkginfo/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Tres Seaver
  • Date: 2024-03-03 08:10:41 UTC
  • Revision ID: tseaver@palladion.com-20240303081041-csq1x1wfe4va0oel
Add 'wheel' to tox environments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
commands = 
15
15
    pytest --cov=pkginfo --cov-append --cov-report=
16
16
deps =
 
17
    wheel
17
18
    pytest
18
19
    pytest-cov
19
20