-
Notifications
You must be signed in to change notification settings - Fork 11
/
tox.ini
48 lines (44 loc) · 911 Bytes
/
tox.ini
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
38
39
40
41
42
43
44
45
46
47
48
[tox]
envlist = {py27,py38,py39,py310,py311,py312,pypy2,pypy3}-{macos,win,linux},py312-apsw-linux
skip_missing_interpreters = true
requires =
tox>=4
[gh-actions]
python =
2.7: py27
3.8: py38
3.9: py39
3.10: py310
3.11: py311
3.12: py312
pypy-2: pypy2
pypy-3: pypy3
[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
windows-latest: windows
[testenv]
changedir = tests
passenv = PYTHONPATH
platform =
win: win32
linux: linux
macos: darwin
deps =
pytest
igo-python
py27,pypy2: pathlib
py27,pypy2: janome<0.4
py{38,39,310},pypy3: janome
tinysegmenter
faker
py{27,38,39,310,311,312}-linux,pypy3-linux: mecab
py{38,39,310,311,312}-linux,pypy3-linux: natto-py
py27-linux: natto-py<1.0
commands=
py.test -svrx
[testenv:py312-apsw-linux]
commands=
pip install apsw==3.43.1.0
py.test -svrx