File tree 2 files changed +17
-10
lines changed
2 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ repos:
23
23
- id : setup-cfg-fmt
24
24
args :
25
25
- --include-version-classifiers
26
+ - repo : https://github.com/tox-dev/tox-ini-fmt
27
+ rev : 1.3.0
28
+ hooks :
29
+ - id : tox-ini-fmt
26
30
- repo : https://github.com/rstcheck/rstcheck
27
31
rev : v6.1.2
28
32
hooks :
Original file line number Diff line number Diff line change 1
1
[tox]
2
- envlist =
3
- py{37,38,39,310,311}
2
+ requires =
3
+ tox>=4.2
4
+ env_list =
5
+ py{311, 310, 39, 38, 37}
4
6
5
7
[testenv]
8
+ deps =
9
+ -r requirements/{envname}.txt
10
+ set_env =
11
+ PYTHONDEVMODE = 1
6
12
commands =
7
- python \
8
- -W error::ResourceWarning \
9
- -W error::DeprecationWarning \
10
- -W error::PendingDeprecationWarning \
11
- -m pytest {posargs:tests}
12
- deps = -r requirements/{envname}.txt
13
- setenv =
14
- PYTHONDEVMODE =1
13
+ python \
14
+ -W error::ResourceWarning \
15
+ -W error::DeprecationWarning \
16
+ -W error::PendingDeprecationWarning \
17
+ -m pytest {posargs:tests}
You can’t perform that action at this time.
0 commit comments