-
Notifications
You must be signed in to change notification settings - Fork 8
/
tox.ini
42 lines (36 loc) · 801 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
# We're not doing specific tests yet, but if the command doesn't
# fail, it's a good sign at least.
[tox]
toxworkdir=/tmp/tox/pip-check
envlist=
readme
py{38,39,310,311,312}
[gh-actions]
python =
"3.8": py38
"3.9": py39
"3.10": py310
"3.11": py311
"3.12": py312
[testenv]
deps=
html5lib==0.999999999
django==1.10
pyglet==2.0.dev23
commands=
# Always test against latest pip version
pip install -U pip
pip-check
pip-check --help
pip-check --ascii --not-required --full-version --hide-unchanged --show-update
pip-check --user
pip-check --local
[testenv:readme]
skip_install = True
deps =
docutils
Pygments
allowlist_externals =
rst2html.py
commands =
rst2html.py --report=info --halt=warning README.rst /dev/null