소스 검색

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