diff options
author | mattip <matti.picus@gmail.com> | 2019-03-31 16:47:49 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-04-17 06:07:34 +0300 |
commit | e67f8c7f78291cec03de944ed121d3e0f2a89c36 (patch) | |
tree | c0a5c11137d50f8fceec12c2773e729b0270272a /azure-pipelines.yml | |
parent | c09fadcc8220f4ac80f0dcc4d82d22f58ef2d6c1 (diff) | |
download | numpy-e67f8c7f78291cec03de944ed121d3e0f2a89c36.tar.gz |
TEST: update for PyPy
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3fe8704f0..31e548360 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -211,13 +211,13 @@ jobs: failTaskOnFailedTests: true testRunTitle: 'Publish test results for Python $(PYTHON_VERSION) $(BITS)-bit $(TEST_MODE) Windows' -- job: Linux_PyPy3_latest_nightly +- job: Linux_PyPy3 pool: vmIMage: 'ubuntu-16.04' steps: - - script: source tools/azure-pypy-test.sh - displayName: 'Run PyPy3.5 Build / Tests' + - script: source tools/pypy-test.sh + displayName: 'Run PyPy3 Build / Tests' - task: PublishTestResults@2 inputs: testResultsFiles: '**/test-*.xml' - testRunTitle: 'Publish test results for PyPy3.5' + testRunTitle: 'Publish test results for PyPy3' |