File: tox.ini

package info (click to toggle)
colorzero 2.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 460 kB
  • sloc: python: 2,565; makefile: 264
file content (11 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = {py35,py36,py37,py38,py39}

[testenv]
deps = .[test]
usedevelop = true
commands = make test
whitelist_externals = make
setenv =
    COVERAGE_FILE=.coverage.{envname}
passenv = COVERAGE_*