Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Jan 28, 2021
1 parent e63eb8f commit 4bbea3c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ variables:
CI_NAME: Azure Pipelines
CI_BUILD_ID: $(Build.BuildId)
CI_BUILD_URL: "https://dev.azure.com/sunpy/sunraster/_build/results?buildId=$(Build.BuildId)"
CIBW_BUILD: cp37-* cp38-*
CIBW_SKIP: "*-win32 *-manylinux1_i686"

resources:
repositories:
Expand Down Expand Up @@ -126,9 +124,8 @@ stages:
${{ if startsWith(variables['Build.SourceBranch'], 'refs/tags/') }}:
pypi_connection_name : 'PyPI'
test_extras: 'dev'
test_command: 'pytest -p no:warnings --doctest-rst -m "not figure" --pyargs sunpy'
test_command: 'pytest -p no:warnings --doctest-rst -m "not figure" --pyargs sunraster'
submodules: false
targets:
- wheels_cp3[78]-manylinux*x86_64
- wheels_cp3[78]-macosx*
- wheels_universal
- sdist

0 comments on commit 4bbea3c

Please sign in to comment.