forked from orbit-oss/flask
update test config
This commit is contained in:
parent
ee089488ad
commit
bfd4dc6d30
2 changed files with 3 additions and 14 deletions
8
tox.ini
8
tox.ini
|
|
@ -15,11 +15,9 @@ deps =
|
|||
https://github.com/pallets/itsdangerous/archive/master.tar.gz
|
||||
https://github.com/pallets/click/archive/master.tar.gz
|
||||
|
||||
commands =
|
||||
pip install -q -e examples/tutorial[test]
|
||||
pip install -q -e examples/javascript[test]
|
||||
|
||||
pytest --tb=short --basetemp={envtmpdir} {posargs:tests examples}
|
||||
examples/tutorial[test]
|
||||
examples/javascript[test]
|
||||
commands = pytest -v --tb=short --basetemp={envtmpdir} {posargs:tests examples}
|
||||
|
||||
[testenv:style]
|
||||
deps = pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue