forked from orbit-oss/flask
remove click 7 tox env
This commit is contained in:
parent
7620cb70db
commit
7860c1de87
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
|
@ -1,7 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist =
|
envlist =
|
||||||
py3{11,10,9,8,7},pypy3{8,7}
|
py3{11,10,9,8,7},pypy3{8,7}
|
||||||
py39-click7
|
|
||||||
style
|
style
|
||||||
typing
|
typing
|
||||||
docs
|
docs
|
||||||
|
|
@ -11,8 +10,6 @@ skip_missing_interpreters = true
|
||||||
deps =
|
deps =
|
||||||
-r requirements/tests.txt
|
-r requirements/tests.txt
|
||||||
|
|
||||||
click7: click<8
|
|
||||||
|
|
||||||
examples/tutorial[test]
|
examples/tutorial[test]
|
||||||
examples/javascript[test]
|
examples/javascript[test]
|
||||||
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests examples}
|
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests examples}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue