File: tox.ini

package info (click to toggle)
python-asyncprawcore 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,328 kB
  • sloc: python: 2,224; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# For compatibility with PyCharm Tox runner.
[tox]
envlist =
    py39
    py310
    py311
    py312
    py313

[testenv]
dependency_groups =
    test
commands = pytest

[testenv:py39]
basepython = python3.9
deps =
    setuptools