Sfoglia il codice sorgente

Fix install script syntax

Steven Silvester 8 anni fa
parent
commit
e53a8276a8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 --upgrade -v -e ".[test]"
+pip install --upgrade -v -e ".[test]"
 jupyter serverextension enable --py jupyterlab