Skip to content

Instantly share code, notes, and snippets.

@Cadair
Created March 8, 2024 10:15
Show Gist options
  • Save Cadair/cf3c04774961eeacdecb9e9ae246ea29 to your computer and use it in GitHub Desktop.
Save Cadair/cf3c04774961eeacdecb9e9ae246ea29 to your computer and use it in GitHub Desktop.
A quick tox example
[tox]
min_version = 4.0
envlist =
py{310,311,312}{,-parallel}
[testenv]
commands =
!parallel: pytest -vvv -r fEs --pyargs sunpy {toxinidir}/docs
parallel: pytest -vvv -r fEs --pyargs sunpy {toxinidir}/docs -n auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment