##// END OF EJS Templates
make tests work on TravisCI
Paul Ivanov -
Show More
@@ -202,7 +202,9 b" js_test_group_names = {'js'}"
202
202
203 def run_webapp(q, nbdir, loglevel=0):
203 def run_webapp(q, nbdir, loglevel=0):
204 """start the IPython Notebook, and pass port back to the queue"""
204 """start the IPython Notebook, and pass port back to the queue"""
205 import os
205 import IPython.html.notebookapp as nbapp
206 import IPython.html.notebookapp as nbapp
207 os.environ["IPYTHONDIR"] = nbdir
206 server = nbapp.NotebookApp()
208 server = nbapp.NotebookApp()
207 args = ['--no-browser']
209 args = ['--no-browser']
208 args.append('--notebook-dir='+nbdir)
210 args.append('--notebook-dir='+nbdir)
General Comments 0
You need to be logged in to leave comments. Login now