浏览代码

Clean up install invocation

Steven Silvester 8 年之前
父节点
当前提交
be1cbb1940
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/travis_install.sh

+ 1 - 1
scripts/travis_install.sh

@@ -19,5 +19,5 @@ mkdir ~/.jupyter
 
 
 # Install and enable the server extension
-pip install -e -v .
+pip install -v -e .
 jupyter serverextension enable --py jupyterlab