make tests work on TravisCI

pull/37/head
Paul Ivanov 13 years ago
parent 7e7ac7ec9e
commit 7546e57db4

@ -202,7 +202,9 @@ js_test_group_names = {'js'}
def run_webapp(q, nbdir, loglevel=0):
"""start the IPython Notebook, and pass port back to the queue"""
import os
import IPython.html.notebookapp as nbapp
os.environ["IPYTHONDIR"] = nbdir
server = nbapp.NotebookApp()
args = ['--no-browser']
args.append('--notebook-dir='+nbdir)

Loading…
Cancel
Save