Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ indexserver =
# Suppress display of matplotlib plots generated during docs build
setenv =
clocale: LC_ALL = C
# Tests run in a temporary directory (see changedir below), so point the
# coverage data file back at the repo root. The OpenAstronomy tox workflow
# requires the .coverage file to be in the root to combine and upload it.
# https://github-actions-workflows.openastronomy.org/en/stable/tox.html#coverage
cov: COVERAGE_FILE = {toxinidir}/.coverage

# Pass through the following environment variables which may be needed for the CI
passenv = HOME, WINDIR, LC_ALL, LC_CTYPE, CC, CI, IS_CRON, ARCH_ON_CI
Expand Down