Skip to content

Commit

Permalink
azure update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed Feb 20, 2022
1 parent 41fa40e commit 4560631
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
85 changes: 0 additions & 85 deletions .travis.yml

This file was deleted.

46 changes: 0 additions & 46 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
####################################################################################################
trigger:
- master
- dev

####################################################################################################
# PLATFORM AND VERSION TESTS
Expand Down Expand Up @@ -42,48 +41,3 @@ jobs:
python.version: '3.7'
Python38:
python.version: '3.8'

####################################################################################################
# CODE QUALITY
# Run tox code quality checks
####################################################################################################

- job: 'CodeQuality'
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
# pre-commit config is based on 3.7, local runs using 3.8 should still pass
Python37:
python.version: '3.7'

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

- script: |
python -m pip install --upgrade pip setuptools wheel
pip install .[dev]
displayName: 'Install all development dependencies'
- script: tox -e lint
displayName: 'Tox: pre-commit linting'

# This is a pre-commit hook, running directly on files because already committed
- script: |
pip install flake8
flake8 mutatest/
displayName: 'Flake8 linting'
- script: tox -e typing
displayName: 'Tox: static typing'

- script: tox -e docs
displayName: 'Tox: documentation build'

- script: tox -e pypi-description
displayName: 'Tox: PyPI description'

- script: tox -e manifest
displayName: 'Tox: check manifest'

0 comments on commit 4560631

Please sign in to comment.