diff options
| author | Bernat Gabor <gaborjbernat@gmail.com> | 2018-10-28 13:07:54 +0000 |
|---|---|---|
| committer | Bernat Gabor <gaborjbernat@gmail.com> | 2018-10-28 16:54:00 +0000 |
| commit | 5dbf019ff348fe9a0bc80b6c0868a71d7196bd87 (patch) | |
| tree | 1b6c132d20002014cbfd995cc934cd01c7480693 /azure-pipelines.yml | |
| parent | 3bcb31b75276f6cb689e248fc17a5fb1546d2f3a (diff) | |
| download | virtualenv-jython.tar.gz | |
Jython to CIjython
Diffstat (limited to 'azure-pipelines.yml')
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 07deb07..e52b060 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,6 +21,9 @@ trigger: jobs: - template: azure-run-tox-env.yml + parameters: {tox: jython, python: 3.7, os: linux} + +- template: azure-run-tox-env.yml parameters: {tox: fix_lint, python: 3.7} - template: azure-run-tox-env.yml parameters: {tox: embed, python: 3.7} |
