OpenAstronomy/azure-pipelines-templates

Add a parameter for setting posargs to give to tox

astrofrog opened this issue · 1 comments

We need to be able to do:

jobs:

- template: template@repo
  parameters:
    envs:
    - linux: pep8
      posargs: -n=4
    - macosx: py37-test

@Cadair did this!