|
4 | 4 | # and then run "tox" from this directory.
|
5 | 5 |
|
6 | 6 | [tox]
|
7 |
| -envlist = py27, py36, py37, py38, py39, py310, py311, {py36,py37,py38,py39,py310,py311,py312}-docs |
| 7 | +envlist = py27, py36, py37, py38, py39, py310, py311, py312, py313, {py36,py37,py38,py39,py310,py311,py312,py313}-docs |
8 | 8 |
|
9 | 9 | [testenv]
|
10 | 10 | # get stable output for unordered types
|
11 | 11 | setenv =
|
12 | 12 | PYTHONHASHSEED = 42
|
13 | 13 | py27: PY_MAJOR_VERSION = py2
|
14 |
| - py36,py37,py38,py39,py310,py311,py312: PY_MAJOR_VERSION = py3 |
| 14 | + py36,py37,py38,py39,py310,py311,py312,py313: PY_MAJOR_VERSION = py3 |
15 | 15 | commands =
|
16 | 16 | pytest --cov=petl --cov-report lcov:lcov.info petl
|
17 | 17 | coverage report -m
|
18 | 18 | deps =
|
19 | 19 | -rrequirements-tests.txt
|
20 | 20 | -rrequirements-formats.txt
|
21 | 21 |
|
22 |
| -[testenv:{py36,py37,py38,py39,py310,py311,py312}-docs] |
| 22 | +[testenv:{py36,py37,py38,py39,py310,py311,py312,py313}-docs] |
23 | 23 | # build documentation under similar environment to readthedocs
|
24 | 24 | changedir = docs
|
25 | 25 | deps =
|
26 | 26 | -rrequirements-docs.txt
|
27 | 27 | commands =
|
28 | 28 | sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
29 | 29 |
|
30 |
| -[testenv:{py36,py37,py38,py39,py310,py311,py312}-doctest] |
| 30 | +[testenv:{py36,py37,py38,py39,py310,py311,py312,py313}-doctest] |
31 | 31 | commands =
|
32 |
| - py36,py37,py38,py39,py310,py311,py312: pytest --doctest-modules --cov=petl --cov-report lcov:lcov.info petl |
| 32 | + py36,py37,py38,py39,py310,py311,py312,py313: pytest --doctest-modules --cov=petl --cov-report lcov:lcov.info petl |
33 | 33 | [testenv:{py36,py37,py38,py39}-dochtml]
|
34 | 34 | changedir = docs
|
35 | 35 | deps =
|
|
0 commit comments