-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathtox.ini
More file actions
37 lines (34 loc) · 710 Bytes
/
tox.ini
File metadata and controls
37 lines (34 loc) · 710 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
[tox]
envlist = {py310,py311,py312,py313,py314,py314t,pypy3}-{macos,win,linux},py313-apsw-linux
skip_missing_interpreters = true
requires =
tox>=4
[gh]
python =
3.14t = py314t
3.14 = py314
3.13 = py313
3.12 = py312
3.11 = py311
3.10 = py310
[testenv]
changedir = tests
passenv = PYTHONPATH
platform =
win: win32
linux: linux
macos: darwin
deps =
pytest
igo-python
py{310,311,312,313},pypy3: janome
tinysegmenter
faker
py{310,311,312,313,314,314t}-linux,pypy3-linux: mecab
py{310,311,312,313,314,314t}-linux,pypy3-linux: natto-py
commands=
py.test -svrx
[testenv:py313-apsw-linux]
commands=
pip install apsw>=3.46.1.0
py.test -svrx