##// END OF EJS Templates
Merge pull request #4739 from minrk/skip-without-pandoc...
Merge pull request #4739 from minrk/skip-without-pandoc skip html nbconvert tests when their dependencies are missing

File last commit:

r9190:20a102a5
r13949:1b62fe1e merge
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor