Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Fix for issue #450
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed Feb 26, 2020
1 parent ef4cdd2 commit fad6b1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{ cookiecutter.package_name }}/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ requires =
isolated_build = true

[testenv]
# Suppress display of matplotlib plots generated during docs build
setenv = MPLBACKEND=agg

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

0 comments on commit fad6b1b

Please sign in to comment.