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