|
1 | 1 | [tox]
|
2 | 2 | # we only test trio on latest python version
|
3 |
| -envlist = py3{9,10,11,12,13,13-trio}, pep8, pypy3 |
| 3 | +envlist = py3{9,10,11,12,13,14,14-trio}, pep8, pypy3 |
4 | 4 | skip_missing_interpreters = True
|
5 | 5 |
|
6 | 6 | [testenv]
|
|
11 | 11 | .[doc]
|
12 | 12 | trio: trio
|
13 | 13 | commands =
|
14 |
| - py3{8,9,10,11,12,13},pypy3: pytest {posargs} |
15 |
| - py3{8,9,10,11,12,13},pypy3: sphinx-build -a -E -W -b doctest doc/source doc/build |
16 |
| - py3{8,9,10,11,12,13},pypy3: sphinx-build -a -E -W -b html doc/source doc/build |
| 14 | + py3{8,9,10,11,12,13,14},pypy3: pytest {posargs} |
| 15 | + py3{8,9,10,11,12,13,14},pypy3: sphinx-build -a -E -W -b doctest doc/source doc/build |
| 16 | + py3{8,9,10,11,12,13,14},pypy3: sphinx-build -a -E -W -b html doc/source doc/build |
17 | 17 |
|
18 | 18 | [testenv:pep8]
|
19 | 19 | basepython = python3
|
|
0 commit comments