File: tox.ini

package info (click to toggle)
pox 0.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: python: 1,354; makefile: 32; sh: 9
file content (25 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[tox]
skip_missing_interpreters=
    True
envlist =
    py38
    py39
    py310
    py311
    py312
    py313
    py314
    pypy38
    pypy39
    pypy310

[testenv]
deps =
#   pytest>=3.0.0
whitelist_externals =
#   bash
commands =
    {envpython} -m pip install .
    {envpython} pox/tests/__main__.py
#   pytest --cache-clear \
#          --ignore=pox/tests/test_shutils.py