File: tox.ini

package info (click to toggle)
compreffor 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: python: 1,815; cpp: 1,065; makefile: 34
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py3{8,9,10,11,12}

[testenv]
deps =
    pytest
    -rrequirements.txt
commands =
    # run the test suite against installed package; pass extra args to pytest
    pytest --pyargs compreffor {posargs}