File: tox.ini

package info (click to toggle)
python-orderedmultidict 1.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 308 kB
  • sloc: python: 1,305; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = codestyle, py27, py36, py37, py38, py39, pypy, pypy3

[testenv]
deps = nose
commands = nosetests --exe []

[testenv:codestyle]
deps =
    flake8
    mypy
commands =
    mypy -p orderedmultidict
    flake8