Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
fix bug for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 20, 2017
1 parent 3780dfe commit 4f34e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_helpgen/test_rst2html_latex.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_rst2html_png_bug(self):
self._testMethodName,
OutputPrint=__name__ == "__main__")

if is_travis_or_appveyor in ('travis', 'appveyor'):
if is_travis_or_appveyor() in ('travis', 'appveyor'):
# It requires latex.
return

Expand Down

0 comments on commit 4f34e84

Please sign in to comment.