Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for running tests on Windows #597

Closed
wants to merge 17 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
Prev Previous commit
Next Next commit
Further to PR #597: Change to Arial
Helvetica wasn't recognised by ImageMagick. Changing to another
arbitrary font that should be available on all Windows machines.
Julian-O committed Jul 1, 2017
commit ff38df9a1673e1085f5e8e90fb13b9b451d3a235
2 changes: 1 addition & 1 deletion tests/test_helper.py
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@

# Arbitrary font used in caption testing.
if sys.platform in ("win32", "cygwin"):
FONT = "Helvetica"
FONT = "Arial"
# Even if Windows users install the Liberation fonts, it is called LiberationMono on Windows, so
# it doesn't help.
else: