File: tox.ini

package info (click to toggle)
python-stack-data 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: python: 2,204; sh: 29; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[tox]
envlist = py{36,37,38,39,310,311,312}

[testenv]
commands = pytest {posargs}
extras = tests
passenv =
    STACK_DATA_SLOW_TESTS
    FIX_STACK_DATA_TESTS