diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 83547e1..36db607 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,8 @@ trigger: jobs: - template: azure-run-tox-env.yml + parameters: {tox: embed, python: 3.7} +- template: azure-run-tox-env.yml parameters: {tox: docs, python: 3.7} - template: azure-run-tox-env.yml parameters: {tox: package_readme, python: 3.7} |