File: tox.ini

package info (click to toggle)
autopep8 2.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724 kB
  • sloc: python: 13,379; makefile: 133; sh: 12
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist=py38,py39,py310,py311,py312
skip_missing_interpreters=True

[testenv]
commands=
    python test/test_autopep8.py
    python test/acid.py --aggressive test/example.py
    python test/acid.py --compare-bytecode test/example.py
deps=
    pycodestyle>=2.12.0
    pydiff>=0.1.2