Skip to content

Commit

Permalink
chore: initial CI try
Browse files Browse the repository at this point in the history
  • Loading branch information
ngrewe committed Jul 22, 2020
1 parent f431a4c commit 3d27e0a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
resources:
repositories:
- repository: tox
type: github
endpoint: ngrewe
name: tox-dev/azure-pipelines-template
ref: refs/tags/0.2
jobs:
- template: run-tox-env.yml@tox
parameters:
tox_version: ''
jobs:
py37-black:
image: [linux]
py38:
image: [linux]
py37:
image: [linux]
py36:
image: [linux]

0 comments on commit 3d27e0a

Please sign in to comment.