File: tox.ini

package info (click to toggle)
python-scrypt 0.9.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 832 kB
  • sloc: ansic: 6,290; python: 733; sh: 99; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 250 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
minversion = 3.9
envlist = pypy,py39,py310,py311,py312,py313,docs,pep8,py3pep8

[testenv]
extras =
   test
commands = setup.py test


[pep8]
max_line_length = 80
statistics = True
ignore = E121,E122,E123,E125,E126,E127,E128,E226,E231,E501,E712