forked from orbit-oss/flask
azure config, fix docs build
This commit is contained in:
parent
2236ba980c
commit
bcf8cb1fd4
3 changed files with 16 additions and 12 deletions
7
tox.ini
7
tox.ini
|
|
@ -35,16 +35,15 @@ commands =
|
|||
pip install -q -e examples/javascript[test]
|
||||
|
||||
# pytest-cov doesn't seem to play nice with -p
|
||||
coverage run -p -m pytest --junitxml=test-results.xml tests examples
|
||||
coverage run -p -m pytest --tb=short --junitxml=test-results.xml {posargs:tests examples}
|
||||
|
||||
[testenv:future]
|
||||
# courtesy Python nightly test, don't fail the build in CI
|
||||
ignore_outcome = true
|
||||
|
||||
commands =
|
||||
pip install -q -e examples/tutorial[test]
|
||||
pip install -q -e examples/javascript[test]
|
||||
|
||||
coverage run -p -m pytest tests examples
|
||||
coverage run -p -m pytest --tb=short --junitxml=test-results.xml {posargs:tests examples}
|
||||
|
||||
[testenv:stylecheck]
|
||||
deps = pre-commit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue