Skip to content

Commit

Permalink
removed 32-bit Python env
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Nov 17, 2018
1 parent 3554f94 commit ad83689
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions azure-pipelines.yml
Expand Up @@ -47,20 +47,6 @@ jobs:
summaryFileLocation: '$(System.DefaultWorkingDirectory)/**/coverage.xml'
reportDirectory: '$(System.DefaultWorkingDirectory)/**/htmlcov'

- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
architecture: 'x32'

- script: python -m pip install --upgrade pip && pip install -r requirements.txt
displayName: 'Install dependencies'

- script: |
pip install pytest
pip install pytest-cov
pytest tests --doctest-modules --junitxml=junit/test-results.xml --cov=abydos --cov-report=xml --cov-report=html
displayName: 'pytest'
- job: 'Test_Windows'
pool:
vmImage: 'vs2017-win2016'
Expand Down

0 comments on commit ad83689

Please sign in to comment.