Skip to content

Commit

Permalink
Revert "Add windows? 👀"
Browse files Browse the repository at this point in the history
This reverts commit f4f49c9.
  • Loading branch information
Aaron Smith committed Jul 20, 2020
1 parent f4f49c9 commit 8917c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![codecov](https://codecov.io/gh/tgsmith61591/skoot/branch/master/graph/badge.svg)](https://codecov.io/gh/tgsmith61591/skoot)
![Supported versions](https://img.shields.io/badge/python-3.5+-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.5-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.6-blue.svg)
![Supported versions](https://img.shields.io/badge/python-3.7-blue.svg)
[![CircleCI](https://circleci.com/gh/tgsmith61591/skoot.svg?style=svg)](https://circleci.com/gh/tgsmith61591/skoot)
[![Build Status](https://dev.azure.com/tgsmith61591gh/skoot/_apis/build/status/tgsmith61591.skoot?branchName=master)](https://dev.azure.com/tgsmith61591gh/skoot/_build/latest?definitionId=1&branchName=master)

Expand Down
31 changes: 0 additions & 31 deletions build_tools/azure/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,34 +29,3 @@ jobs:
displayName: 'Installing Fortran'

- template: build_and_deploy.yml

- job: Windows

pool:
vmImage: 'windows-latest'

strategy:
maxParallel: 4
matrix:
Python35:
python.version: '3.5'

Python36:
python.version: '3.6'

Python37:
python.version: '3.7'

Python38:
python.version: '3.8'

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

- script: choco install mingw
displayName: 'Installing Fortran'

- template: build_and_deploy.yml

0 comments on commit 8917c1b

Please sign in to comment.