Created
March 8, 2024 10:15
-
-
Save Cadair/cf3c04774961eeacdecb9e9ae246ea29 to your computer and use it in GitHub Desktop.
A quick tox example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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