File: tox.ini

package info (click to toggle)
font-v 2.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 9,080 kB
  • sloc: python: 1,870; makefile: 22; sh: 4
file content (19 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tox]
envlist = py310

[testenv]
passenv = TOXENV CI TRAVIS TRAVIS_*
commands =
    py.test tests

deps =
    -rrequirements.txt
    pytest
    pytest-mock
    mock
    coverage
    codecov>=1.4.0


;[testenv:cov-report]
;commands = py.test --cov=ufolint --cov-report=term --cov-report=html