-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathtox.ini
More file actions
28 lines (26 loc) · 782 Bytes
/
tox.ini
File metadata and controls
28 lines (26 loc) · 782 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
[tox]
envlist = {py39,py310,py311}-lxml{492}
[testenv]
isolated_build=true
basepython =
py39: python3.9
py310: python3.10
py311: python3.11
deps =
lxml492: lxml==4.9.2
Flask-Testing
flask-babel
python-magic
charset-normalizer<3.0
aiohttp
tenacity
requests
scielo_scholarly_data @ git+https://github.com/scieloorg/scielo_scholarly_data#egg=scielo_scholarly_data
commands_pre=pip install -e .[webapp]
; commands=python setup.py test -qv This works but will br deprecated on future release.
commands=python -m unittest -vvv
[console_scripts]
stylechecker=packtools.stylechecker:main
; "htmlgenerator=packtools.htmlgenerator:main",
; "package_optimiser=packtools.package_optimiser:main",
; "package_maker=packtools.package_maker:main",