File: tox.ini

package info (click to toggle)
python-internetarchive 5.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: python: 8,208; makefile: 180; xml: 180
file content (8 lines) | stat: -rw-r--r-- 191 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[tox]
envlist = py{39,310,311,312,313},pypy{310}

[testenv]
deps = -r tests/requirements.txt
# See setup.cfg for changes to default settings
commands = ruff check
           pytest {posargs}