File: tox.ini

package info (click to toggle)
python-furl 2.1.4-0.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 444 kB
  • sloc: python: 2,974; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = codestyle, py38, py39, py310, py311, py312, py313, pypy3

[testenv]
deps =
    nose2
commands =
    nose2

[testenv:codestyle]
deps = flake8
commands = flake8