File: tox.ini

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

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