azure config, fix docs build

This commit is contained in:
David Lord 2019-05-16 12:45:03 -07:00
parent 2236ba980c
commit bcf8cb1fd4
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 16 additions and 12 deletions

View file

@ -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