Skip to content
Snippets Groups Projects
Commit f910f393 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add Py2 Azure Pipeline, attempt 2

parent 16255e10
No related branches found
No related tags found
No related merge requests found
jobs: jobs:
- -
job: 'Pytest' job: 'Pytest Python 2'
pool:
vmImage: 'ubuntu-16.04'
steps:
-
script: |
set -e
CONDA_ENVIRONMENT=.test-conda-env-py2.yml
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh
displayName: 'Pytest Conda'
-
job: 'Pytest Python 3'
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-16.04'
...@@ -14,6 +29,7 @@ jobs: ...@@ -14,6 +29,7 @@ jobs:
displayName: 'Pytest Conda' displayName: 'Pytest Conda'
- -
job: 'Flake8' job: 'Flake8'
pool: pool:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment