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

Commit

Permalink
disable unit test on appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 4, 2016
1 parent 28dc5b9 commit ff7147d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _unittests/ut_helpgen/test_get_program.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def test_get_ipython(self):
self._testMethodName,
OutputPrint=__name__ == "__main__")

if is_travis_or_appveyor() == "travis":
if is_travis_or_appveyor():
# it also checks pandoc
return
exe = get_ipython_program()
cmd = exe + " help"
Expand Down

0 comments on commit ff7147d

Please sign in to comment.